Skip to content

Commit

Permalink
Added %+ hash
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Aug 9, 2010
1 parent f8c3910 commit efee6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/perl.vim
Expand Up @@ -141,6 +141,7 @@ syn match perlLabel "^\s*\h\w*\s*::\@!\%(\<v\d\+\s*:\)\@<!"
" Special variables first ($^A, ...) and ($|, $', ...)
syn match perlVarPlain "$^[ACDEFHILMNOPRSTVWX]\="
syn match perlVarPlain "$[\\\"\[\]'&`+*.,;=%~!?@#$<>(-]"
syn match perlVarPlain "%+"
syn match perlVarPlain "$\%(0\|[1-9]\d*\)"
" Same as above, but avoids confusion in $::foo (equivalent to $main::foo)
syn match perlVarPlain "$::\@!"
Expand Down

0 comments on commit efee6b1

Please sign in to comment.