Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Aug 18, 2024
1 parent fd05f5e commit fb07408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DAVI/DAVI Source.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2843,7 +2843,7 @@ contexts:

operators:
- include: variadic-operators
- match: <\?(?i:davi\b|(?!davi)ph?|=)?
- match: <\?(?i:davi\b|(?!davi)da?|=)?
scope: punctuation.section.embedded.begin.davi
- match: =>
scope: punctuation.separator.key-value.davi
Expand Down
2 changes: 1 addition & 1 deletion DAVI/DAVI.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ contexts:
apply_prototype: true

davi-tag-incomplete:
- match: <\?(?i:(?!davi)ph?)
- match: <\?(?i:(?!davi)da?)
scope: meta.embedded.davi punctuation.section.embedded.begin.davi

davi-interpolations:
Expand Down

0 comments on commit fb07408

Please sign in to comment.