We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d9cabb + 583e2cc commit 002a5deCopy full SHA for 002a5de
syntax/go.vim
@@ -167,7 +167,7 @@ syn match goDecimalError "\<-\=\(_\(\d\+_*\)\+\|\([1-9]\d*_*\)\+__\(\
167
syn match goHexadecimalInt "\<-\=0[xX]_\?\(\x\+_\?\)\+\>"
168
syn match goHexadecimalError "\<-\=0[xX]_\?\(\x\+_\?\)*\(\([^ \t0-9A-Fa-f_]\|__\)\S*\|_\)\>"
169
syn match goOctalInt "\<-\=0[oO]\?_\?\(\o\+_\?\)\+\>"
170
-syn match goOctalError "\<-\=0[0-7oO_]*\(\([^ \t0-7oOxX_/\]\}\:]\|[oO]\{2,\}\|__\)\S*\|_\|[oOxX]\)\>"
+syn match goOctalError "\<-\=0[0-7oO_]*\(\([^ \t0-7oOxX_/)\]\}\:]\|[oO]\{2,\}\|__\)\S*\|_\|[oOxX]\)\>"
171
syn match goBinaryInt "\<-\=0[bB]_\?\([01]\+_\?\)\+\>"
172
syn match goBinaryError "\<-\=0[bB]_\?[01_]*\([^ \t01_]\S*\|__\S*\|_\)\>"
173
0 commit comments