Sat, 25 Jun 2016 10:08:20 -0400
using vim-perl after all. add some new contrib stuff too
226
a155935cbe07
Add match for =method from Pod::Weaver, move to own file
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | " Add match for =method from Pod::Weaver |
a155935cbe07
Add match for =method from Pod::Weaver, move to own file
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell |
a155935cbe07
Add match for =method from Pod::Weaver, move to own file
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 |