Add some filetypes

This commit is contained in:
Tom Needham 2012-04-07 13:32:00 +00:00
parent 42e110b49c
commit 660951dc64
1 changed files with 2 additions and 0 deletions

View File

@ -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";