mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 14:40:54 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue