Grammar for Inno Setup from Sublime Text package

This commit is contained in:
Paul Chaignon
2015-02-04 21:28:36 +01:00
parent a664b9dd0c
commit 2e76ce740e
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -594,3 +594,6 @@
[submodule "vendor/grammars/ec.tmbundle"]
path = vendor/grammars/ec.tmbundle
url = https://github.com/ecere/ec.tmbundle
[submodule "vendor/grammars/InnoSetup"]
path = vendor/grammars/InnoSetup
url = https://github.com/idleberg/InnoSetup-Sublime-Text

View File

@@ -51,6 +51,8 @@ vendor/grammars/Handlebars:
- text.html.handlebars
vendor/grammars/IDL-Syntax:
- source.webidl
vendor/grammars/InnoSetup/:
- source.inno
vendor/grammars/Isabelle.tmbundle:
- source.isabelle.root
- source.isabelle.theory

View File

@@ -1346,7 +1346,7 @@ Inform 7:
Inno Setup:
extensions:
- .iss
tm_scope: none
tm_scope: source.inno
ace_mode: text
Io:

1
vendor/grammars/InnoSetup vendored Submodule