Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I apologize for my ignorance in advance. I'm not up-to-snuff on how tree-sitter works and am struggling a bit with my Googling/reading to find a solution.
I can't seem to get JSDoc highlighting with tree-sitter in Emacs. The debugger just says the whole block is a
comment:
. I havetree-sitter-languages
installed. I tried adding jsdoc to typescript mode in the languages alist and it broke tree-sitter for TS entirely.I'm sure this might be some sort of configuration problem. Any insight would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions