From f428c561c90b2e3d0b20f11ec442192c97bebf35 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 17 Dec 2014 16:23:57 -0500 Subject: [PATCH] Remove the WebIDL grammar This grammar uses the same scope name (source.idl) as our existing IDL grammar. The wrong scope name was listed in grammars.yml which masked this problem. https://github.com/andik/IDL-Syntax/pull/2 tracks getting the grammar to use a different scope name; in the meantime we just won't highlight these files. --- grammars.yml | 2 -- lib/linguist/languages.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/grammars.yml b/grammars.yml index 5288597d..9cd40188 100644 --- a/grammars.yml +++ b/grammars.yml @@ -63,8 +63,6 @@ https://github.com/alkemist/gradle.tmbundle: - source.groovy.gradle https://github.com/ambethia/Sublime-Loom: - source.loomscript -https://github.com/andik/IDL-Syntax: -- source.webidl https://github.com/angryant0007/VBDotNetSyntax: - source.vbnet https://github.com/anunayk/cool-tmbundle: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index bddc4568..8db980d8 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3057,7 +3057,7 @@ WebIDL: type: programming extensions: - .webidl - tm_scope: source.webidl + tm_scope: none ace_mode: text XC: