mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Merge pull request #442 from jerryjacobs/type-add-golang
Add golang syntax highlight.
This commit is contained in:
commit
e08cbb4c96
2 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,7 @@ Options
|
|||
"txt-cpp": "cpp",
|
||||
"txt-css": "css",
|
||||
"txt-diff": "fixed",
|
||||
"txt-go": "go",
|
||||
"txt-h": "c",
|
||||
"txt-hpp": "cpp",
|
||||
"txt-install": "fixed",
|
||||
|
|
|
@ -39,6 +39,7 @@ File types mapped to file extensions
|
|||
"txt-cpp": ["*.cpp"],
|
||||
"txt-css": ["*.css"],
|
||||
"txt-diff": ["*.diff", "*.patch"],
|
||||
"txt-go": ["*.go"],
|
||||
"txt-h": ["*.h"],
|
||||
"txt-html": ["*.htm", "*.html", "*.shtml", "*.xhtml"],
|
||||
"txt-hpp": ["*.hpp"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue