Created
December 22, 2019 00:54
-
-
Save keegoid/54d96b994f69fae766e279fe7d290eb2 to your computer and use it in GitHub Desktop.
HTMLPrettify user settings for Sublime Text 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"node_path": | |
{ | |
"windows": "C:/Program Files/nodejs/node.exe", | |
"linux": "~/.nvm/versions/node/v13.5.0/bin/node", | |
"osx": "/usr/local/bin/node" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment