Skip to content

Commit

Permalink
Add support for const and hidden keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Klimer committed Apr 9, 2017
1 parent 8e7f482 commit 2b3b5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/monkey-c.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ syntax keyword monkeyCBoolean false true
syntax keyword monkeyCConditional if else
syntax match monkeyCInclude "Toybox.\w\+"
syntax keyword monkeyCKeyword using as extends
syntax keyword monkeyCStatement new return continue
syntax keyword monkeyCStorageClass var
syntax keyword monkeyCStatement new return continue hidden
syntax keyword monkeyCStorageClass var const
syntax keyword monkeyCStructure class function

syntax keyword monkeyCType Gfx System Lang Ui Timer Attention
Expand Down

0 comments on commit 2b3b5df

Please sign in to comment.