atom / language-perl

Perl package for Atom
Other
25 stars 32 forks source link

Improve highlighting of Pod commands #75

Closed Alhadis closed 8 years ago

Alhadis commented 8 years ago

This PR introduces two improvements:

  1. It adds comment-highlighting to every line following an __END__ statement; such things are typically used for embedding Pod markup, especially in modules.
  2. Pod commands are now highlighted in the same manner as JavaScript JSDoc tags are. I've used the same scope-names the JS grammar uses in the hopes of achieving some consistency in theme highlighting.
Fank commented 8 years ago

LGTM 🚢

winstliu commented 8 years ago

@Fank: language-perl is your territory - feel free to merge these things yourself if you think they're ready.

Fank commented 8 years ago

@Alhadis can you please resolve the conflicts?

Alhadis commented 8 years ago

On it.

Alhadis commented 8 years ago

Done!

Alhadis commented 8 years ago

VIELEN DANK! :D

Fank commented 8 years ago

changes are published language-perl@v0.36.0