We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4604e commit 1330466Copy full SHA for 1330466
ess-stata-mode.el
@@ -48,7 +48,7 @@
48
;; asterisk at bol comments taken care of by
49
;; `syntax-propertize-function'.
50
(modify-syntax-entry ?* ". 23b" tbl)
51
- (modify-syntax-entry ?\n ">" tbl)
+ (modify-syntax-entry ?\n "> b" tbl)
52
(modify-syntax-entry ?+ "." tbl)
53
(modify-syntax-entry ?- "." tbl)
54
(modify-syntax-entry ?= "." tbl)
0 commit comments