1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 20:29:31 +00:00

Add rockspec to file types.

This commit is contained in:
xpol 2016-02-25 09:41:23 +08:00
parent 80ac3f5842
commit 5892233f0c

View file

@ -2,6 +2,7 @@
'fileTypes': [ 'fileTypes': [
'lua' 'lua'
'nse' 'nse'
'rockspec'
] ]
'firstLineMatch': '\\A#!.*?\\blua\\b' 'firstLineMatch': '\\A#!.*?\\blua\\b'
'name': 'Lua' 'name': 'Lua'