Skip to content

Commit

Permalink
Merge pull request #3578 from bhcleek/go1.21/builtins
Browse files Browse the repository at this point in the history
syntax: add new builtins
  • Loading branch information
bhcleek authored Sep 3, 2023
2 parents ec8f05b + e3837bc commit 4ebd911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ hi def link goFloats Type
hi def link goComplexes Type

" Predefined functions and values
syn keyword goBuiltins append cap close complex copy delete imag len
syn keyword goBuiltins make new panic print println real recover
syn keyword goBuiltins append cap clear close complex copy delete imag len
syn keyword goBuiltins make min max new panic print println real recover
syn keyword goBoolean true false
syn keyword goPredefinedIdentifiers nil iota

Expand Down

0 comments on commit 4ebd911

Please sign in to comment.