From 7f6755b5de477a7e48eca8b01604e06a8bed686e Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sat, 9 May 2015 18:27:29 +0200 Subject: [PATCH] * Add golang syntax highlight --- src/_h5ai/conf/options.json | 1 + src/_h5ai/conf/types.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/_h5ai/conf/options.json b/src/_h5ai/conf/options.json index 6b298179..abdbc515 100644 --- a/src/_h5ai/conf/options.json +++ b/src/_h5ai/conf/options.json @@ -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", diff --git a/src/_h5ai/conf/types.json b/src/_h5ai/conf/types.json index 0e611574..da18a5da 100644 --- a/src/_h5ai/conf/types.json +++ b/src/_h5ai/conf/types.json @@ -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"],