mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 14:35:18 -04:00
* Add golang syntax highlight
This commit is contained in:
parent
8d9a2f505f
commit
7f6755b5de
2 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,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", "*.less"],
|
||||
"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