Skip to content

Commit

Permalink
add struct
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangstroth committed Oct 10, 2011
1 parent 03c8832 commit 207ff86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntax/racket.vim
Expand Up @@ -283,6 +283,10 @@ syn keyword racketFunc identity const thunk thunk* negate curry curryr
" 3.18 Void
syn keyword racketFunc void void?

" 4.1 Structures
syn keyword struct


syn match racketDelimiter !\<\.\>!

syn match racketSymbol ,\k+, contained
Expand Down

0 comments on commit 207ff86

Please sign in to comment.