We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde1ea commit b5be1a1Copy full SHA for b5be1a1
Typst.sublime-syntax
@@ -22,7 +22,7 @@ variables:
22
greeks: (alpha|beta|gamma|delta|epsilon|varepsilon|zeta|eta|theta|vartheta|iota|gamma|kappa|lambda|mu|nu|xi|pi|varpi|rho|varrho|sigma|varsigma|tau|upsilon|phi|varphi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)
23
non_raw_ident: '[[:alpha:]][-_[:alnum:]]*|_[-_[:alnum:]]+'
24
identifier: '(?:{{non_raw_ident}})'
25
- operators: ([+*/]=?|\B-=?|=>|==?|[<>]=?|\bnot\s+in\b)
+ operators: ([+*/]=?|!=|\B-=?|=>|==?|[<>]=?|\bnot\s+in\b)
26
prefixes: (?:(?:include|import|set|let|if|for|while|show|context|regex)\b)
27
not_begin_of_emph: '[a-zA-Z0-9]'
28
not_end_of_emph: '[a-zA-Z0-9]'
0 commit comments