.vim/after/syntax/perl/custom.vim

Sun, 24 Jul 2016 03:12:18 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 24 Jul 2016 03:12:18 -0400
changeset 353
8032fccc42d7
parent 345
e0bfe67950f8
child 362
7c5b0e94b399
permissions
-rw-r--r--

add tigrc

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

mercurial