Add scala to types and highlighted languages

This commit is contained in:
DSIW 2014-12-02 20:27:42 +01:00
parent 884c9cf008
commit 2239744cec
2 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ Options
"txt-install": "fixed",
"txt-log": "fixed",
"txt-java": "java",
"txt-scala": "scala",
"txt-js": "javascript",
"txt-json": "javascript",
"txt-makefile": "fixed",

View File

@ -42,6 +42,7 @@ File types mapped to file extensions
"txt-html": ["*.htm", "*.html", "*.shtml", "*.xhtml"],
"txt-hpp": ["*.hpp"],
"txt-java": ["*.java"],
"txt-scala": ["*.scala"],
"txt-js": ["*.js"],
"txt-json": ["*.json"],
"txt-log": ["*.log", "changelog*"],