Skip to content

Commit 0f735ce

Browse files
committed
MAINT: treat target as a keyword, not a special token
1 parent 80ef079 commit 0f735ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

syntax/stan.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ syntax keyword stanCppConflict try typedef typeid typename union unsigned using
273273
syntax keyword stanCppConflict virtual void volatile wchar_t xor xor_eq
274274

275275
syntax keyword stanOperator return
276-
syntax keyword stanSpecial target lower upper offset multiplier
276+
syntax keyword stanSpecial lower upper offset multiplier
277+
syntax keyword stanKeyword target
277278

278279
" To do
279280
syntax keyword stanTodo TODO FIXME
@@ -316,6 +317,7 @@ highlight link stanConditional Conditional
316317
highlight link stanRepeat Repeat
317318
highlight link stanOperator Operator
318319
highlight link stanBlock Keyword
320+
highlight link stanKeyword Keyword
319321
highlight link stanCppConflict Error
320322
highlight link stanException Exception
321323
highlight link stanInclude Include

0 commit comments

Comments
 (0)