tree-sitter-langs icon indicating copy to clipboard operation
tree-sitter-langs copied to clipboard

Add dart grammar to tree sitter

Open ram535 opened this issue 4 years ago • 6 comments

This is just a request for adding dart grammar to tree sitter. Thanks.

ram535 avatar Mar 02 '20 01:03 ram535

Creating new grammars is out of emacs-tree-sitter's scope.

There doesn't seem to be an existing tree-sitter grammar for Dart. If you know one, please reopen the issue. I would check it out.

ubolonton avatar Mar 02 '20 14:03 ubolonton

https://github.com/UserNobody14/tree-sitter-dart @ubolonton It seems some people from neovim are using that tree-sitter for dart.

ram535 avatar Sep 16 '20 01:09 ram535

Thanks. I'll check it out.

ubolonton avatar Sep 17 '20 11:09 ubolonton

Creating new grammars is out of emacs-tree-sitter's scope.

There doesn't seem to be an existing tree-sitter grammar for Dart. If you know one, please reopen the issue. I would check it out.

sorry for hijacking the thread but I need to ask: if I create a new major mode to Emacs, I should provide the grammars along with my package and make emacs-tree-sitter a dependency or how should a major-mode author go about this?

shackra avatar Jul 24 '21 16:07 shackra

@shackra did you find an answer to this?

jsmestad avatar Aug 24 '22 03:08 jsmestad

@shackra did you find an answer to this?

nope

shackra avatar Aug 24 '22 12:08 shackra

Added in #199.

jcs090218 avatar Aug 22 '23 08:08 jcs090218