Added syntax highlighting for Squirrel (#3791)

* Added syntax highlighting for Squirrel

https://github.com/search?utf8=%E2%9C%93&q=extension%3Anut+NOT+nothack&t
ype=Code

Squirrel is already detected by GitHub but has no syntax
highlighting.

* removed duplicate `source.nut`
This commit is contained in:
Mat Mariani
2017-09-07 04:53:25 -04:00
committed by Colin Seymour
parent 7707585d5e
commit 061712ff78
5 changed files with 32 additions and 36 deletions

3
.gitmodules vendored
View File

@@ -869,3 +869,6 @@
[submodule "vendor/grammars/sublime-nearley"]
path = vendor/grammars/sublime-nearley
url = https://github.com/Hardmath123/sublime-nearley
[submodule "vendor/grammars/squirrel-language"]
path = vendor/grammars/squirrel-language
url = https://github.com/mathewmariani/squirrel-language