]> Sergey Matveev's repositories - codecomm.git/blobdiff - syntax/codecomm.vim
codecomm filetype syntax highlight
[codecomm.git] / syntax / codecomm.vim
diff --git a/syntax/codecomm.vim b/syntax/codecomm.vim
new file mode 100644 (file)
index 0000000..eca42cd
--- /dev/null
@@ -0,0 +1,2 @@
+syntax region CCBlock start=/^-\{5}#/ end=/^-\+ >8 -\+/
+highlight link CCBlock Statement