]> git.eshelyaron.com Git - emacs.git/commit
Update csharp tree-sitter support due to upstream changes
authorJ M <jean@tbm.email>
Thu, 10 Aug 2023 22:23:20 +0000 (23:23 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Aug 2023 07:23:58 +0000 (10:23 +0300)
commit78999d52136ef5798ec06819c2546753e65e8ff4
treeb38b509ceb0c95dc0973e1c9be850f0dfae877e6
parent556cb01b48e2db6baa6c8793c45358b578724bfe
Update csharp tree-sitter support due to upstream changes

A change in tree-sitter-c-sharp grammar for csharp (commit
18a531), has removed the keyword void_keyword and advised
we should use predefined_type.
* lisp/progmodes/csharp-mode.el (csharp-ts-mode--font-lock-settings):
Support both old and new style of keywords in tree-sitter-c-sharp
grammar.  (Bug#65113)
lisp/progmodes/csharp-mode.el