Merge pull request #1920 from pchaigno/webidl-grammar

Grammar for WebIDL
This commit is contained in:
Brandon Keepers
2014-12-27 14:55:47 -05:00
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -517,3 +517,6 @@
path = vendor/grammars/ruby.tmbundle
url = https://github.com/aroben/ruby.tmbundle
branch = pl
[submodule "vendor/grammars/IDL-Syntax"]
path = vendor/grammars/IDL-Syntax
url = https://github.com/andik/IDL-Syntax

View File

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

View File

@@ -3057,7 +3057,7 @@ WebIDL:
type: programming
extensions:
- .webidl
tm_scope: none
tm_scope: source.webidl
ace_mode: text
XC:

1
vendor/grammars/IDL-Syntax vendored Submodule