branch: elpa/julia-mode commit 7aafa8e77df64a47fa4729a0c1ea572b5bc8e30e Author: Ronan Arraes Jardim Chagas <ronan.arr...@inpe.br> Commit: GitHub <nore...@github.com>
Fix escaping in julia-in-string docstring (#181) --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 9e2c1207e7..064fb37049 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -319,7 +319,7 @@ Handles both single-line and multi-line comments." (defun julia-in-string (&optional syntax-ppss) "Return non-nil if point is inside a string using SYNTAX-PPSS. Note this is Emacs' notion of what is highlighted as a string. -As a result, it is true inside \"foo\", `foo` and 'f'." +As a result, it is true inside \"foo\", \\=`foo\\=` and \\='f\\='." (nth 3 (or syntax-ppss (syntax-ppss)))) (defconst julia-syntax-propertize-function