Skip to content

Commit

Permalink
Fix bug in syntax highlighting (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoshiki41 authored and fatih committed Sep 5, 2016
1 parent 0a25a0d commit 8575d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ hi def link goComplexes Type
" Predefined functions and values
syn match goBuiltins /\<\v(append|cap|close|complex|copy|delete|imag|len)\ze\(/
syn match goBuiltins /\<\v(make|new|panic|print|println|real|recover)\ze\(/
syn keyword goPredefinedIdentifiers nil, iota
syn keyword goPredefinedIdentifiers nil iota
syn keyword goBoolean true false

hi def link goBuiltins Keyword
Expand Down

0 comments on commit 8575d9e

Please sign in to comment.