mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +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:
		| @@ -63,8 +63,6 @@ https://github.com/alkemist/gradle.tmbundle: | |||||||
| - source.groovy.gradle | - source.groovy.gradle | ||||||
| https://github.com/ambethia/Sublime-Loom: | https://github.com/ambethia/Sublime-Loom: | ||||||
| - source.loomscript | - source.loomscript | ||||||
| https://github.com/andik/IDL-Syntax: |  | ||||||
| - source.webidl |  | ||||||
| https://github.com/angryant0007/VBDotNetSyntax: | https://github.com/angryant0007/VBDotNetSyntax: | ||||||
| - source.vbnet | - source.vbnet | ||||||
| https://github.com/anunayk/cool-tmbundle: | https://github.com/anunayk/cool-tmbundle: | ||||||
|   | |||||||
| @@ -3057,7 +3057,7 @@ WebIDL: | |||||||
|   type: programming |   type: programming | ||||||
|   extensions: |   extensions: | ||||||
|   - .webidl |   - .webidl | ||||||
|   tm_scope: source.webidl |   tm_scope: none | ||||||
|   ace_mode: text |   ace_mode: text | ||||||
|  |  | ||||||
| XC: | XC: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user