language-javascript-semantic icon indicating copy to clipboard operation
language-javascript-semantic copied to clipboard

Use tree-sitter

Open trusktr opened this issue 7 years ago • 1 comments
trafficstars

Hello, https://github.com/atom/atom/issues/8669 is solved I believe. Would be awesome if you can get this working again! Would love to try this out!

trusktr avatar Jun 09 '18 06:06 trusktr

Atom used to support only TextMate-style grammars. Now, Atom supports TextMate-style grammars and Tree Sitter grammars.

But to my knowledge, there is still no public API for letting arbitrary code do the parsing, so we are still blocked.

p-e-w avatar Jun 23 '18 03:06 p-e-w