mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Add scala and sbt support
This commit is contained in:
8
after/syntax/help.vim
Normal file
8
after/syntax/help.vim
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user