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

Update lua.cson

Added Nmap Script Ext
This commit is contained in:
robinlennox 2014-11-25 12:08:28 +13:00
parent d1bbd1805c
commit 805e83dd84

View file

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