summaryrefslogblamecommitdiffstats
path: root/ftplugin/scala.xpt.vim
blob: 1bab04f045845dde1da4980b112fabb2c51512f8 (plain) (tree)
1
2
3
                                                                              
 
 



























                                                                        
 
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'scala') == -1


XPTemplate priority=lang

XPTvar $BRif ' '
XPTvar $BRel \n
XPTvar $BRloop ' '
XPTvar $BRfun ' '

XPTinclude
    \ _common/personal
    \ java/java

XPT cake hint=Cake\ Pattern
XSET trait|def=Some
XSET derived|def=Real
trait `trait^Component {
	trait `trait^ {
		`body^
	}

	val `trait^SV('(.)', '\l\1', '')^^: `trait^
}

trait `derived^`trait^Component extends `trait^Component {

	override lazy val `trait^SV('(.)', '\l\1', '')^^ = new `trait^ {
		`body2^
	}
}

endif