Add some filetypes
This commit is contained in:
parent
42e110b49c
commit
660951dc64
1 changed files with 2 additions and 0 deletions
|
@ -22,9 +22,11 @@ function setSyntaxMode(ext){
|
|||
filetype["css"] = "css";
|
||||
filetype["groovy"] = "groovy";
|
||||
filetype["haxe"] = "hx";
|
||||
filetype["htm"] = "html";
|
||||
filetype["html"] = "html";
|
||||
filetype["java"] = "java";
|
||||
filetype["js"] = "javascript";
|
||||
filetype["jsm"] = "javascript";
|
||||
filetype["json"] = "json";
|
||||
filetype["latex"] = "latex";
|
||||
filetype["ly"] = "latex";
|
||||
|
|
Loading…
Reference in a new issue