From c338efe078832d4348d8ba56f2a05d1815fa1722 Mon Sep 17 00:00:00 2001 From: Caleb Heuer Date: Sun, 3 Sep 2023 11:10:11 -0600 Subject: [PATCH] Support generics in function highlighting --- rc/filetype/go.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/go.kak b/rc/filetype/go.kak index 0d7011f1..470d4e9c 100644 --- a/rc/filetype/go.kak +++ b/rc/filetype/go.kak @@ -51,7 +51,7 @@ add-highlighter shared/go/comment region /\* \*/ fill comment add-highlighter shared/go/comment_line region '//' $ fill comment add-highlighter shared/go/code/identifier regex %{-?([0-9]*\.(?!0[xX]))?\b([0-9]+|0[xX][0-9a-fA-F]+)\.?([eE][+-]?[0-9]+)?i?\b} 0:value -add-highlighter shared/go/code/function regex "\b(\w*)\b[ ]*\(" 1:function +add-highlighter shared/go/code/function regex "\b(\w*)\b\h*(?:\[[\w\s\.,]*\])?\h*\(" 1:function add-highlighter shared/go/code/operator regex "(\+|-|\*|/|%|\+\+|--|\+=|-=|\*=|/=|%=|==|!=|>|<|>=|<=|&|&&|\|\||!|<-|:=|\.\.\.)" 1:operator evaluate-commands %sh{