Merge pull request #367 from DSIW/patch-1

Add scala to types and highlighted languages
This commit is contained in:
Lars Jung 2014-12-09 01:38:26 +01:00
commit d026eac8f0
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*"],