]> git.eshelyaron.com Git - emacs.git/commit
Make highlighting more regular across TS modes (bug#61205)
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 13:46:28 +0000 (15:46 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 13:50:16 +0000 (15:50 +0200)
commit0c125fcc67a47b933716124223404a45e73357c7
treee2ebb0d44dd108f4efbc4b02dc3110c18e95f625
parent1dd751c3ac4e4276b461b83df7d9c4d002cf016e
Make highlighting more regular across TS modes (bug#61205)

* doc/emacs/display.texi (Parser-based Font Lock):
Update description of treesit-font-lock-level, moving 'property' to
level 4.

* lisp/treesit.el (treesit-font-lock-level): Likewise, in docstring.

* lisp/progmodes/c-ts-mode.el (c-ts-base-mode): Do that here.

* lisp/progmodes/cmake-ts-mode.el (cmake-ts-mode): Add a comment.

* lisp/progmodes/go-ts-mode.el (go-ts-mode): Add 'definition' to
level 1.  Move 'function', 'property' and 'variable' to level 4.
(go-ts-mode--font-lock-settings): Move a bunch of existing rules
to 'definition'.  Add highlighting of function parameters.

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode)
(rust-ts-mode--font-lock-settings): Same.  And also change "scoped
identifiers" highlights to only match capitalized names.
doc/emacs/display.texi
lisp/progmodes/c-ts-mode.el
lisp/progmodes/cmake-ts-mode.el
lisp/progmodes/go-ts-mode.el
lisp/progmodes/rust-ts-mode.el
lisp/treesit.el