Xapphire13 / tree-sitter-syntax-visualizer

Syntax tree visualizer for tree-sitter
20 stars 5 forks source link

language-javascript? #7

Closed brettz9 closed 3 years ago

brettz9 commented 3 years ago

Hi,

I'm seeing "JavaScript grammar not supported" using a ".js" file with language-javascript enabled (I had atom-typescript and language-javascript-plus but disabled them and restarted).

Also getting "TypeScript grammar not supported" using a ".ts" file with language-typescript enabled.

aminya commented 3 years ago

You should enable tree-sitter from the settings of Atom.

brettz9 commented 3 years ago

Thanks a lot!

For anyone else, even after enabling that checkbox, I was getting "JavaScript grammar not supported", despite language-javascript appearing to have a tree sitter grammar, but the recent update appears to have fixed it.