mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add recognition and classification of WebAssembly (#3650)
This commit is contained in:
@@ -2469,6 +2469,7 @@ Makefile:
|
||||
- Makefile.frag
|
||||
- Makefile.in
|
||||
- Makefile.inc
|
||||
- Makefile.wat
|
||||
- makefile
|
||||
- makefile.sco
|
||||
- mkfile
|
||||
@@ -4693,6 +4694,20 @@ Web Ontology Language:
|
||||
tm_scope: text.xml
|
||||
ace_mode: xml
|
||||
language_id: 394
|
||||
WebAssembly:
|
||||
type: programming
|
||||
color: "#04133b"
|
||||
extensions:
|
||||
- ".wast"
|
||||
- ".wat"
|
||||
aliases:
|
||||
- wast
|
||||
- wasm
|
||||
tm_scope: source.webassembly
|
||||
ace_mode: lisp
|
||||
codemirror_mode: commonlisp
|
||||
codemirror_mime_type: text/x-common-lisp
|
||||
language_id: 956556503
|
||||
WebIDL:
|
||||
type: programming
|
||||
extensions:
|
||||
|
||||
Reference in New Issue
Block a user