Mon, 02 Nov 2015 00:58:34 +0000
always build off the base OS path
131 | 1 | |
2 | " I would use symlinks but cygwin likes to fumble them | |
3 | runtime contrib/carp.vim | |
4 | runtime contrib/highlight-all-pragmas.vim | |
5 | runtime contrib/moose.vim | |
191
c2d0bb74df5f
add method-signatures.vim
Meredith Howard <mhoward@roomag.org>
parents:
131
diff
changeset
|
6 | runtime contrib/method-signatures.vim |
131 | 7 | runtime contrib/test-more.vim |
8 | runtime contrib/try-tiny.vim | |
9 | ||
211
4428a36a556d
Add syntax match for 'fun' from F::P
Meredith Howard <mhoward@roomag.org>
parents:
191
diff
changeset
|
10 | " Add match for 'fun' from Function::Parameters |
4428a36a556d
Add syntax match for 'fun' from F::P
Meredith Howard <mhoward@roomag.org>
parents:
191
diff
changeset
|
11 | syn match perlFunction +\<fun\>\_s*+ nextgroup=perlSubName |