We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789615b commit 085a720Copy full SHA for 085a720
Latte.YAML-tmLanguage
@@ -29,7 +29,7 @@ patterns:
29
- name: keyword.control.pair.latte
30
match: (?<=\{)/?(block|cache|capture|define|first|foreach|form|for|ifset|ifCurrent|if|label|last|l|sep|snippet|syntax|while)\s*
31
- name: keyword.operator.latte
32
- match: \!|/|===|as|and|AND|And|&&|or|OR|Or|\|\||\+\+|\-\-|==|<=>|>=|<=
+ match: !|/|===|as|and|AND|And|&&|or|OR|Or|\|\||\+\+|\-\-|==|<=>|>=|<=
33
34
match: ->
35
- match: .*?(\|)(\w+)(?:\:([^\|\}]+))*
0 commit comments