* Add golang syntax highlight

This commit is contained in:
Jerry Jacobs 2015-05-09 18:27:29 +02:00
parent 8d9a2f505f
commit 7f6755b5de
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -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"],