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

Merge pull request #25 from xpol/master

Add rockspec and more known lua file types.
This commit is contained in:
Jorge Garrido 2016-03-11 14:24:56 +01:00
commit f090325f07

View file

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