You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
569 B
14 lines
569 B
Index: taglist/plugin/taglist.vim |
|
--- taglist/plugin/taglist.vim.orig 2007-09-21 18:11:20.000000000 +0200 |
|
+++ taglist/plugin/taglist.vim 2011-01-27 21:31:48.000000000 +0100 |
|
@@ -489,6 +489,10 @@ |
|
" yacc language |
|
let s:tlist_def_yacc_settings = 'yacc;l:label' |
|
|
|
+" scala language |
|
+let s:tlist_def_scala_settings = 'scala;t:trait;c:class;T:type;' . |
|
+ \ 'm:method;C:constant;l:local;p:package;o:object' |
|
+ |
|
"------------------- end of language specific options -------------------- |
|
|
|
" Vim window size is changed by the taglist plugin or not
|
|
|