]> git.eshelyaron.com Git - emacs.git/commit
Fix syntax-table for tree-sitter modes
authorTheodor Thornhill <theo@thornhill.no>
Mon, 5 Dec 2022 12:37:58 +0000 (13:37 +0100)
committerYuan Fu <casouri@gmail.com>
Wed, 7 Dec 2022 20:01:51 +0000 (12:01 -0800)
commit6479691cf0756d776bbc91cab5e5c339def81777
tree7c434fdf380b0de67c7bf988f631650fdb07b3a9
parentb710ca62c00ef90a46fc90a9ae06fdf3bba87bc2
Fix syntax-table for tree-sitter modes

When adapting the 'c-populate-syntax-table' for tree-sitter, I misread
the code, and thus some crucial entries were missing.  For the
relevant modes we use the same table as specified in the
non-tree-sitter major mode.

* lisp/progmodes/c-ts-mode.el (c-ts-mode--syntax-table): Add new
entries.
* lisp/progmodes/csharp-mode.el (csharp-ts-mode): Add new entries.
* lisp/progmodes/java-ts-mode.el (java-ts-mode--syntax-table): Add new
entries.
* lisp/progmodes/json-ts-mode.el (json-ts-mode--syntax-table): Add new
entries.
* lisp/progmodes/typescript-ts-mode.el
(typescript-ts-mode--syntax-table): Add new entries.
* lisp/textmodes/css-mode.el (css-ts-mode): Add new entries.
lisp/progmodes/c-ts-mode.el
lisp/progmodes/csharp-mode.el
lisp/progmodes/java-ts-mode.el
lisp/progmodes/json-ts-mode.el
lisp/progmodes/typescript-ts-mode.el
lisp/textmodes/css-mode.el