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: enter image description here

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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -