mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 23:15:14 -04:00
Merge pull request #367 from DSIW/patch-1
Add scala to types and highlighted languages
This commit is contained in:
commit
d026eac8f0
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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*"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue