sublimetext3 - Is there a root keyword in JavaScript or why does Sublime display it like this? -
i used variable called root in recent js project, , sublime3 displayed this: 
so i'm wondering if there root keyword in js, , if does... otherwise i'd know way stop sublime3 displaying differently... console says referenceerror: root not defined in type in there.
hopefully can :)
root used variable in node.js deprecated in v6.
the declaration comes this file in sublime.
update: remove syntax rule, install packageresourceviewer per instructions here , open javascript.sublime-syntax file, find word root (there's one) , remove (and following | character). note you'll need run sublime administrator on windows in order edit file.
Comments
Post a Comment