is `self` a keyword or scope or otherwise magic id...
# cfml-general
d
is
self
a keyword or scope or otherwise magic identifier?
t
not natively but a framework may have implemented it
👍 1
d
i see the editor turning it blue as though it were something special is the reason I ask, maybe its just a quirk
t
do you have python or one of the many languages that do use it installed
d
ah could be cross contamination, i think vscode keeps them separated by language IDs but it can go on the list of possibles
b
My guess would probably be native JS color coding causing it
I see what you see but, like Dave said, it's not a reserved word or scope in cfml.
t
makes sense I think CFML is an extension of HTML in most of the extensions
👍 1