mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Fix 'forward-comment' in 'toml-ts-mode'
* lisp/textmodes/toml-ts-mode.el (toml-ts-mode--syntax-table): Fix syntax of newline. Patch from Jostein Kjønigsen <jostein@secure.kjonigsen.net>. (Bug#72489)
This commit is contained in:
parent
e966dd5ee2
commit
5c1bd99139
@ -50,7 +50,7 @@
|
||||
(modify-syntax-entry ?= "." table)
|
||||
(modify-syntax-entry ?\' "\"" table)
|
||||
(modify-syntax-entry ?# "<" table)
|
||||
(modify-syntax-entry ?\n "> b" table)
|
||||
(modify-syntax-entry ?\n ">" table)
|
||||
(modify-syntax-entry ?\^m "> b" table)
|
||||
table)
|
||||
"Syntax table for `toml-ts-mode'.")
|
||||
|
Loading…
Reference in New Issue
Block a user