Skip to content

Commit

Permalink
Highlight more keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
dloss committed Jan 4, 2017
1 parent 9d6c647 commit 1dca27f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions syntax/spicy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ syn region spicyComment start="#" end="$"
syn keyword spicyImport module import
syn keyword spicyKeyword
\ type
\ else
\ export
\ global
\ if
\ in
\ mod
\ switch
\ on
\ var
syn keyword spicyStatement print
\ delete
syn keyword spicyType
\ addr
\ bitfield
Expand All @@ -18,6 +23,10 @@ syn keyword spicyType
\ enum
\ function
\ int
\ int8
\ int16
\ int32
\ int64
\ uint8
\ uint16
\ uint32
Expand Down

0 comments on commit 1dca27f

Please sign in to comment.