Skip to content

Commit

Permalink
Add submodule keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
maloneymr committed May 3, 2024
1 parent e925265 commit 48f54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/syntax/virdant.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ syntax region blockComment start="/\*" end="\*/"
hi link lineComment Comment
hi link blockComment Comment

syn keyword virdantKeyword public module mod enum type shape struct pub end of match if else wire reg incoming outgoing gate field let port init builtin fn top ext reset node when alt import from tb clock dom on dependson with test while always task loop drv mon it assert cover is set poke peek inst
syn keyword virdantKeyword public module mod enum type shape struct pub end of match if else wire reg incoming outgoing gate field let port init builtin fn top ext reset node when alt import from tb clock dom on dependson with test while always task loop drv mon it assert cover is set poke peek inst submodule
hi link virdantKeyword Keyword
syn keyword virdantConstant true false XXX io
hi link virdantConstant Number
Expand Down

0 comments on commit 48f54b3

Please sign in to comment.