ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

Docs Issue for "tern_command" #10

Closed thanpolas closed 11 years ago

thanpolas commented 11 years ago

tern_command (list of strings) The command to execute to start a Tern server. The default is ["node" "/path/to/Packages/tern_for_sublime/node_modules/tern/bin/tern"].

so, ["node" "/path/to/Packages/tern_for_sublime/node_modules/tern/bin/tern"] is not valid JSON... is this an array and a comma is missing or some other format?