This commit is contained in:
Adam Stankiewicz
2020-05-21 22:45:59 +02:00
parent f3804b0892
commit df34b4b4fa
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ syn region zirCommentLine start=";" end="$" contains=zirTodo,@Spell
syn region zirBlock start="{" end="}" transparent fold
syn keyword zirKeyword primitive fntype int str as ptrtoint fieldptr deref asm unreachable export ref
syn keyword zirKeyword primitive fntype int str as ptrtoint fieldptr deref asm unreachable export ref fn
syn keyword zirTodo contained TODO