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

Enable playground for grammar development

Open IJOY94 opened this issue 2 years ago • 2 comments

I'm in the process of developing a grammar for free-format RPGLE with my friend. He primarily uses Neovim, and has been using this package to highlight the syntax as he's moving through the file. I would like to be able to do the same, and am wondering what it would take to have the equivalent in Emacs.

IJOY94 avatar Apr 09 '22 17:04 IJOY94

I think tree-sitter-debug-mode's functionality has some overlap.

Possibly of interest: https://github.com/emacs-tree-sitter/elisp-tree-sitter/issues/115

sogaiu avatar Apr 09 '22 20:04 sogaiu

The only feature missing from tree-sitter-debug-mode is the highlighting of the respective code in the file buffer.

innerout avatar Jun 26 '22 19:06 innerout