]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/tcl.el: Better match Tcl string formation rules (bug#39277)
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 Oct 2020 17:38:59 +0000 (13:38 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 Oct 2020 17:38:59 +0000 (13:38 -0400)
commit7b02d9ba480cdd5710b0cdfefc11facd96b44444
tree3a9337497d6ada6b0c622bd10ec2f8eeb21d7145
parent372739b4069dee1911606817cf962b6ff8b49bac
* lisp/progmodes/tcl.el: Better match Tcl string formation rules (bug#39277)

(tcl--word-delimiters): New const.
(tcl--syntax-of-quote): New function.
(tcl-syntax-propertize-function): Use them.
(tcl-mode): Enable `syntax-propertize-multiline`.

* test/manual/indent/tcl.tcl: New file.
lisp/progmodes/tcl.el
test/manual/indent/tcl.tcl [new file with mode: 0644]