]> git.eshelyaron.com Git - emacs.git/commit
Utilize new font-lock faces for C/C++ and Python tree-sitter use
authorRandy Taylor <dev@rjt.dev>
Mon, 14 Nov 2022 03:06:33 +0000 (22:06 -0500)
committerYuan Fu <casouri@gmail.com>
Thu, 17 Nov 2022 18:36:14 +0000 (10:36 -0800)
commit2f03053e568f38a1dce5ffe02ad1359069ef84c8
treecbda7dcf120a4a2c5ce194585c822afd0bbbd8ae
parentd5c6d69b4fea2d5a1167a0bcc0b9994a5939b97e
Utilize new font-lock faces for C/C++ and Python tree-sitter use

* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Use new
escape, number, property, operator, bracket, and delimiter font-lock
faces.
(c-ts-mode--base-mode): Add them to the feature list.
(c-ts-mode): Fix typo.
* lisp/progmodes/python.el (python--treesit-settings): Use new number,
property, operator, bracket, and delimiter font-lock faces.
(python-mode): Add them to the feature list.
lisp/progmodes/c-ts-mode.el
lisp/progmodes/python.el