1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 12:19:30 +00:00

Merge pull request #5 from robinlennox/patch-1

Update lua.cson: Added Nmap Script Ext
This commit is contained in:
Jorge Garrido 2015-04-02 13:26:40 +02:00
commit bf80e2dde3

View file

@ -1,6 +1,7 @@
'comment': 'Lua Syntax: version 0.8' 'comment': 'Lua Syntax: version 0.8'
'fileTypes': [ 'fileTypes': [
'lua' 'lua'
'nse'
] ]
'firstLineMatch': '\\A#!.*?\\blua\\b' 'firstLineMatch': '\\A#!.*?\\blua\\b'
'name': 'Lua' 'name': 'Lua'