You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new file exoscheme-ts-mode.el in the root
Reference the emacs-tree-sitter/tree-sitter-langs repo to understand how grammars are built. Racket has a grammar here. Ours can probably start as a subset of that, then be changed as needed.
Try racket’s grammar, unedited, as your first test. Just copy the grammar for use for scheme.
Strip it down as needed for Scheme.
Currently we support guile specifically, but we should support all of the popular schemes. This means supporting not only #:keyword but also :keyword, etc.
exoscheme-ts-mode.el
in the rootemacs-tree-sitter/tree-sitter-langs
repo to understand how grammars are built. Racket has a grammar here. Ours can probably start as a subset of that, then be changed as needed.#:keyword
but also:keyword
, etc.c3-ts-mode
for much of what you do.The text was updated successfully, but these errors were encountered: