]> git.eshelyaron.com Git - emacs.git/commit
Remove nullptr named node from c++-ts-mode (bug#64818)
authorTheodor Thornhill <theo@thornhill.no>
Mon, 24 Jul 2023 18:18:09 +0000 (20:18 +0200)
committerTheodor Thornhill <theo@thornhill.no>
Mon, 24 Jul 2023 18:18:09 +0000 (20:18 +0200)
commitc2d95dd00e6cb0abaf4e7550f38c8c2c9ca22f2d
tree16f304a95e8dfa41ebb2c36ad12def2573b357c9
parent4e977136d3148c3baa0e03568c7a2c7dc28eea65
Remove nullptr named node from c++-ts-mode (bug#64818)

The nullptr node was changed from a named node to an unnamed node
upstream[0], which caused font locking to break. As this is a small
enough regression, no compat code is required.

* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Remove
node no longer in use.

[0]:
https://github.com/tree-sitter/tree-sitter-c/commit/c75868f8b508ae32a0c8490da91bb31b2b96430e
lisp/progmodes/c-ts-mode.el