Skip to content

erickgnavar/tree-sitter-ispell.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

tree-sitter-ispell.el

MELPA

Run ispell on tree-sitter text nodes

Installation

Cloning the repo

Clone this repo somewhere, and add this to your config:

(add-to-list 'load-path "path where the repo was cloned")

(require 'tree-sitter-ispell)

Using straight.el

(use-package tree-sitter-ispell
  :straight (tree-sitter-ispell
             :type git
             :host github
             :repo "erickgnavar/tree-sitter-ispell.el"))

Using use-package

(use-package tree-sitter-ispell
  :ensure t)

Usage

M-x tree-sitter-ispell-run-at-point to use the node at the current position

It can also be attached to a keybinding, for example:

(global-set-key (kbd "C-x C-s") 'tree-sitter-ispell-run-at-point)

M-x tree-sitter-ispell-run-buffer to run ispell for every text node in the current buffer.

About

Run ispell on tree-sitter text nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published