The following items have multiple scopes applied to them in order. These scopes are delimited by spaces. The last scope listed takes precedence over all others. Thus, cross-sections of the most precedent scope dictate necessary changes to regex in the tmLanguage file so that certain items can be differentiated from one another.
[DOCUMENTATION]
Scopes of Function Calls and Conditionals
The following items have multiple scopes applied to them in order. These scopes are delimited by spaces. The last scope listed takes precedence over all others. Thus, cross-sections of the most precedent scope dictate necessary changes to regex in the tmLanguage file so that certain items can be differentiated from one another.
Function calls have these scopes:
Conditional variables have these scopes:
Conditional logic has these scopes:
Beginning logical expression:
Ending logical expression:
Else:
(Else is kind of a 'middle' logical expression. My presumption is that it's not differentiating because it's not prepended by a # or /.)