From 0a4fcd12b6227ae9975d64353025e55e2e0caddf Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 12 Sep 2013 17:02:41 +0200 Subject: Add scala and sbt support --- after/syntax/help.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 after/syntax/help.vim (limited to 'after/syntax') diff --git a/after/syntax/help.vim b/after/syntax/help.vim new file mode 100644 index 00000000..b352a1e6 --- /dev/null +++ b/after/syntax/help.vim @@ -0,0 +1,8 @@ +let b:current_syntax = '' +unlet b:current_syntax +syntax include @ScalaCode syntax/scala.vim +if has('conceal') + syntax region rgnScala matchgroup=Ignore concealends start='!sc!' end='!/sc!' contains=@ScalaCode +else + syntax region rgnScala matchgroup=Ignore start='!sc!' end='!/sc!' contains=@ScalaCode +endif -- cgit v1.2.3