-
Notifications
You must be signed in to change notification settings - Fork 1
Scope Names
Mind Pixel edited this page Apr 3, 2019
·
4 revisions
This is the current list of scope names to allow for customizing your colors within your editor and theme. There are plans to make them all more specific by tagging on additional scopes.
| Scope Name | Matches |
|---|---|
punctuation.section.embedded.begin.php |
<?php ?> |
comment.block.ee |
{!-- --} |
keyword.control.if.php.ee |
{if:elseif} |
keyword.control.if.php.ee |
{if:else} |
support.function.construct.begin.ee |
Parameter names. E.g, {layout:set name="param_value"} |
text.html.ee |
All instances of the colon separator in tags. E.g., {exp:channel:entries}. |
string.quoted.single.php.ee |
All single qoute strings |
string.quoted.double.php.ee |
All double quote strings |
keyword.operator.other.ee |
AND, OR, &&, || |
keyword.operator.other.ee |
==, !=, <>, <, <=, >, >=, ^=, *=, $=, ~ |
constant.other.php.ee |
TRUE, FALSE, 1, 0, -1, "1", "0", "-1" |