mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-02 15:36:17 +00:00
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.
This commit is contained in:
@@ -3057,7 +3057,7 @@ WebIDL:
|
||||
type: programming
|
||||
extensions:
|
||||
- .webidl
|
||||
tm_scope: source.webidl
|
||||
tm_scope: none
|
||||
ace_mode: text
|
||||
|
||||
XC:
|
||||
|
||||
Reference in New Issue
Block a user