]> git.eshelyaron.com Git - emacs.git/commit
Fix apostrophe handling in rust-ts-mode and go-ts-mode (Bug#63708)
authorЙордан Миладинов <yordanm@pm.me>
Fri, 26 May 2023 14:23:26 +0000 (17:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Jun 2023 08:30:18 +0000 (11:30 +0300)
commit8ec786349e18068bff39b1387bc4a88d62265e34
tree503e571c2db50d53d786249e9b706ca9fe1f6854
parent0eba9cf65119a68596c4bf3689086a517d51ce72
Fix apostrophe handling in rust-ts-mode and go-ts-mode (Bug#63708)

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--syntax-propertize):
Treat apostrophes as strings if used to define character literals.
Treat LT and GT as pairs if used to define type parameters (formerly
they were treated as pairs only for type arguments).
* lisp/progmodes/go-ts-mode.el (go-ts-mode--syntax-table): Treat
apostrophes as strings if used to define rune literals.

Copyright-paperwork-exempt: yes
lisp/progmodes/go-ts-mode.el
lisp/progmodes/rust-ts-mode.el