File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ syntax match clojureDispatch "\v#[\^'=<_]?"
7676syntax match clojureAnonArg " %\( 20\| 1\d\| [1-9]\| &\)\? "
7777
7878syntax match clojureRegexpEscape " \v\\ %([\\ tnrfae()\[\] {}^$*?+]|c\u |0[0-3]?\o {1,2}|x%(\x {2}|\{\x {1,6}\} )|u\x {4})" contained display
79- syntax region clojureRegexpQuoted start =/ \v\< @! \\ Q/ ms =e + 1 skip =/ \v \\\\ |\\ "/ end =/ \\ E/ me =s - 1 end =/ "/ me =s - 1 contained
80- syntax region clojureRegexpQuote start =/ \v\< @! \\ Q/ skip =/ \v \\\\ |\\ "/ end =/ \\ E/ end =/ "/ me =s - 1 contains =clojureRegexpQuoted keepend contained
79+ syntax region clojureRegexpQuoted start =/ \\ Q/ ms =e + 1 skip =/ \\\\\|\\ "/ end =/ \\ E/ me =s - 1 end =/ "/ me =s - 1 contained
80+ syntax region clojureRegexpQuote start =/ \\ Q/ skip =/ \\\\\|\\ "/ end =/ \\ E/ end =/ "/ me =s - 1 contains =clojureRegexpQuoted keepend contained
8181
8282" Character property classes
8383" Generated from https://github.com/guns/vim-clojure-static/blob/vim-release-004/clj/src/vim_clojure_static/generate.clj
You can’t perform that action at this time.
0 commit comments