]> git.eshelyaron.com Git - emacs.git/commit
Fix syntax tables of tree-sitter modes (bug#59807)
authorKai Ma <justksqsf@gmail.com>
Sat, 3 Dec 2022 22:15:42 +0000 (06:15 +0800)
committerYuan Fu <casouri@gmail.com>
Wed, 14 Dec 2022 02:05:48 +0000 (18:05 -0800)
commitfafcf02c856ef8fd712ff75e8999dfb0f6d97f07
treee8b4dd4f38f96f66586e53d9da905225b77b738b
parent91b8d9b7db47f242cf33f0e99d787c235d761d4b
Fix syntax tables of tree-sitter modes (bug#59807)

Tree-sitter modes should use the same syntax table as the
non-tree-sitter ones.

* lisp/progmodes/js.el (js-mode-syntax-table)
(js-ts-mode)
* lisp/progmodes/python.el (python-ts-mode)
* lisp/progmodes/sh-script.el (bash-ts-mode)

Copyright-paperwork-exempt: yes

xx
lisp/progmodes/js.el
lisp/progmodes/python.el
lisp/progmodes/sh-script.el