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.
2 parents 0e4604e + 1330466 commit 40f5a50Copy full SHA for 40f5a50
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