From 4debcabb8833873c05c3743ce97d45372dab0ef8 Mon Sep 17 00:00:00 2001 From: othree Date: Wed, 10 Dec 2014 12:03:59 +0800 Subject: [PATCH] Add syntax define for WebIDL --- grammars.yml | 4 +++- lib/linguist/languages.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/grammars.yml b/grammars.yml index ae0245e4..0c3a0f16 100644 --- a/grammars.yml +++ b/grammars.yml @@ -421,4 +421,6 @@ https://github.com/wmertens/sublime-nix: https://raw.githubusercontent.com/eregon/oz-tmbundle/master/Syntaxes/Oz.tmLanguage: - source.oz https://raw.githubusercontent.com/tenbits/sublime-mask/release/Syntaxes/mask.tmLanguage: -- source.mask \ No newline at end of file +- source.mask +https://raw.githubusercontent.com/andik/IDL-Syntax/master/IDL.tmLanguage: +- source.webidl diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index cca5ae69..44064f8c 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3023,7 +3023,7 @@ WebIDL: type: programming extensions: - .webidl - tm_scope: none + tm_scope: source.webidl ace_mode: none