mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(prolog-mode-syntax-table): Make newline end comments.
This commit is contained in:
parent
a5282b8fe2
commit
673f4fc6c4
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ nil means send actual operating system end of file.")
|
|||
(modify-syntax-entry ?- "." table)
|
||||
(modify-syntax-entry ?= "." table)
|
||||
(modify-syntax-entry ?% "<" table)
|
||||
(modify-syntax-entry ?\n ">" table)
|
||||
(modify-syntax-entry ?< "." table)
|
||||
(modify-syntax-entry ?> "." table)
|
||||
(modify-syntax-entry ?\' "\"" table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue