Merge pull request #442 from jerryjacobs/type-add-golang

Add golang syntax highlight.
This commit is contained in:
Lars Jung 2015-05-17 18:07:04 +02:00
commit e08cbb4c96
2 changed files with 2 additions and 0 deletions

View file

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

View file

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