Update keyword list in extra/vim/syntax/propane.vim

This commit is contained in:
Josh Holtrop 2026-06-29 23:02:05 -04:00
parent 7b698d7b31
commit 23834bef82
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
### Fixes ### Fixes
- Fix #line reset directives - Fix #line reset directives
- Update keyword list in extra/vim/syntax/propane.vim
## v4.4.0 ## v4.4.0

View File

@ -20,7 +20,7 @@ syn match propaneOperator "->"
syn match propaneFieldAlias ":[a-zA-Z0-9_]\+" contains=propaneFieldOperator syn match propaneFieldAlias ":[a-zA-Z0-9_]\+" contains=propaneFieldOperator
syn match propaneFieldOperator ":" contained syn match propaneFieldOperator ":" contained
syn match propaneOperator "?" syn match propaneOperator "?"
syn keyword propaneKeyword drop free_token_node free_token_user_fields module prefix ptype start token token_user_fields tokenid tree tree_prefix tree_suffix syn keyword propaneKeyword context_user_fields drop free_token_node lex_fn module noline on_token_node prefix ptype start token token_user_fields tokenid tree tree_prefix tree_suffix
syn region propaneRegex start="/" end="/" skip="\v\\\\|\\/" syn region propaneRegex start="/" end="/" skip="\v\\\\|\\/"