summaryrefslogtreecommitdiff
path: root/misc/notepadplus/functionList.xml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/notepadplus/functionList.xml')
-rw-r--r--misc/notepadplus/functionList.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/notepadplus/functionList.xml b/misc/notepadplus/functionList.xml
index ca949f018..7c605db4f 100644
--- a/misc/notepadplus/functionList.xml
+++ b/misc/notepadplus/functionList.xml
@@ -1,8 +1,15 @@
<!-- <NotepadPlus> -->
<!-- <functionList> -->
<!-- <associationMap> -->
+
+ <!--
+ if npp version == 6.4:
<association ext=".go" id="go"/>
+ if npp version >= 6.5:
+ <association userDefinedLangName="go" id="go"/>
+ -->
+
<!-- </associationMap> -->
<!-- <parsers> -->
<parser id="go" displayName="Go" commentExpr="((/\*.*?\*)/|(//.*?$))">