1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 12:19:30 +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': [
'lua'
'nse'
'rockspec'
]
'firstLineMatch': '\\A#!.*?\\blua\\b'
'name': 'Lua'