We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805f44f commit ecc2e35Copy full SHA for ecc2e35
1 file changed
syntax/clojure.vim
@@ -4,6 +4,10 @@
4
" modified by Meikel Brandmeyer <mb@kotka.de>
5
" URL: http://kotka.de/projects/clojure/vimclojure.html
6
7
+" This file forked from the VimClojure project:
8
+" Maintainer: guns <self@sungpae.com>
9
+" URL: https://github.com/guns/vim-clojure-runtime
10
+
11
if version < 600
12
syntax clear
13
elseif exists("b:current_syntax")
@@ -355,3 +359,5 @@ endif
355
359
delcommand HiLink
356
360
357
361
let b:current_syntax = "clojure"
362
363
+" vim:ts=8 sts=8 sw=8 noet:
0 commit comments