~This is branched off of #153 and will look like a mess until rebased.~ rebased
Here we update the Emacs syntax table so that all the annotation glyphs known to tree-sitter grammar.js are marked as w word characters. This will affect uses of skip-syntax-forward/skip-syntax-backward, regular expressions using syntax-table constructs, and some interactive motion commands.
~This is branched off of #153 and will look like a mess until rebased.~ rebased
Here we update the Emacs syntax table so that all the annotation glyphs known to tree-sitter
grammar.js
are marked asw
word characters. This will affect uses ofskip-syntax-forward
/skip-syntax-backward
, regular expressions using syntax-table constructs, and some interactive motion commands.