Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwyatt committed Feb 27, 2011
0 parents commit 928c253
Show file tree
Hide file tree
Showing 5 changed files with 4,599 additions and 0 deletions.
4 changes: 4 additions & 0 deletions after/syntax/help.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let b:current_syntax = ''
unlet b:current_syntax
syntax include @ScalaCode syntax/scala.vim
syntax region rgnScala matchgroup=Ignore concealends start='\[sc\]' end='\[/sc\]' contains=@ScalaCode
Loading

0 comments on commit 928c253

Please sign in to comment.