Skip to content

Commit ecc2e35

Browse files
committed
Add fork information and modeline
1 parent 805f44f commit ecc2e35

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

syntax/clojure.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
" modified by Meikel Brandmeyer <mb@kotka.de>
55
" URL: http://kotka.de/projects/clojure/vimclojure.html
66

7+
" This file forked from the VimClojure project:
8+
" Maintainer: guns <self@sungpae.com>
9+
" URL: https://github.com/guns/vim-clojure-runtime
10+
711
if version < 600
812
syntax clear
913
elseif exists("b:current_syntax")
@@ -355,3 +359,5 @@ endif
355359
delcommand HiLink
356360

357361
let b:current_syntax = "clojure"
362+
363+
" vim:ts=8 sts=8 sw=8 noet:

0 commit comments

Comments
 (0)