summaryrefslogtreecommitdiffstats
path: root/indent
diff options
context:
space:
mode:
authorDan Reif <dan.reif@collectivehealth.com>2018-05-08 10:17:30 -0700
committerDan Reif <dan.reif@collectivehealth.com>2018-05-08 10:17:30 -0700
commite13e64d9c43b23733ea436710aa4d022cd241ea2 (patch)
tree8bbe8c14692c1a9698984d3ca88b1723db71dd71 /indent
parent17a69ab565baf94e7e6e77894f0bb040194e6280 (diff)
downloadvim-polyglot-e13e64d9c43b23733ea436710aa4d022cd241ea2.tar.gz
vim-polyglot-e13e64d9c43b23733ea436710aa4d022cd241ea2.zip
Update (periodic rebuild)
Diffstat (limited to 'indent')
-rw-r--r--indent/julia.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/julia.vim b/indent/julia.vim
index 88e90e57..6382ec2e 100644
--- a/indent/julia.vim
+++ b/indent/julia.vim
@@ -21,7 +21,7 @@ if exists("*GetJuliaIndent")
finish
endif
-let s:skipPatterns = '\<julia\%(Comprehension\%(For\|If\)\|RangeEnd\|CommentL\|\%([bsv]\|ip\|big\|MIME\|Shell\|Printf\|Doc\)\=String\|RegEx\|SymbolS\?\)\>'
+let s:skipPatterns = '\<julia\%(Comprehension\%(For\|If\)\|RangeEnd\|Comment[LM]\|\%([bsv]\|ip\|big\|MIME\|Shell\|Printf\|Doc\)\=String\|RegEx\|SymbolS\?\)\>'
function JuliaMatch(lnum, str, regex, st, ...)
let s = a:st