From 45273d44d4b1bd9a1be431c1a98f9046ed3a5c79 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 8 Jun 2014 13:18:33 +0200 Subject: Major update --- syntax/clojure.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/clojure.vim') diff --git a/syntax/clojure.vim b/syntax/clojure.vim index 3176a0e3..cd9fdf68 100644 --- a/syntax/clojure.vim +++ b/syntax/clojure.vim @@ -105,7 +105,7 @@ syntax match clojureMeta "\^" syntax match clojureDeref "@" syntax match clojureDispatch "\v#[\^'=<_]?" -" Clojure permits no more than 20 params. +" Clojure permits no more than 20 anonymous params. syntax match clojureAnonArg "%\(20\|1\d\|[1-9]\|&\)\?" syntax match clojureRegexpEscape "\v\\%([\\tnrfae.()\[\]{}^$*?+]|c\u|0[0-3]?\o{1,2}|x%(\x{2}|\{\x{1,6}\})|u\x{4})" contained display -- cgit v1.2.3