You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example below, every variable is highlighted in orange. In the TextMate grammar, all the identifier highlighted as orange are matched as variable.sourcepawn. Here is the grammar rule.
That is a lot of orange and other grammars do not have that (Rust, Python, which are tree-sitter grammars). Julia, which has a TextMate grammar as well does not use the variable match.
Is the solution to all those orange identifiers to remove the variable.sourcepawn match?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the example below, every variable is highlighted in orange. In the TextMate grammar, all the identifier highlighted as orange are matched as
variable.sourcepawn
. Here is the grammar rule.That is a lot of orange and other grammars do not have that (Rust, Python, which are tree-sitter grammars). Julia, which has a TextMate grammar as well does not use the
variable
match.Is the solution to all those orange identifiers to remove the
variable.sourcepawn
match?Beta Was this translation helpful? Give feedback.
All reactions