]> git.eshelyaron.com Git - emacs.git/commit
Add < and > to the syntax table in c++-ts-mode (bug#60049)
authorDaniel Martín <mardani29@yahoo.es>
Tue, 13 Dec 2022 21:28:13 +0000 (22:28 +0100)
committerYuan Fu <casouri@gmail.com>
Wed, 14 Dec 2022 19:42:58 +0000 (11:42 -0800)
commit480f41c7deb4d3a45a862a5308950b35085f835d
tree5bbd9de42ee9c2f93f375ef0cb2444857852533b
parentfbf0d3b796ac1b891be35b642878a1fd412ee5ea
Add < and > to the syntax table in c++-ts-mode (bug#60049)

* lisp/progmodes/c-ts-mode.el (c++-ts-mode--syntax-table): Add a
specific syntax table for C++.  Consider "<" and ">" open/close
delimiters (C++ templates).
(c++-ts-mode): Use the new syntax table.
lisp/progmodes/c-ts-mode.el