waveclaw / language-rpm-spec

Atom support for basic RPM specfiles
MIT License
3 stars 3 forks source link

ChangeLog sections content is not highlighted. #3

Closed waveclaw closed 9 years ago

waveclaw commented 9 years ago

Individual entries in the changelog are not highlighted. See vim-syntax for an example highlighting.

Example:

%changelog
* Thu Mar 13 2014 john@example.com
- Enable xyz support.
- Add -q flag to %%setup.
* Thu Mar 13 2014 jane@example.com
- Update to version 1.6 (mandatory update).

syntax highlighting in vim (7.4.461_

changelog_example

language-rpm-spec (0.1.0) highlighting in atom (1.0.7)

changelog_example-bad

waveclaw commented 9 years ago

Added support for Type I and Type II GNU changelog entries as seen in typical RPM Specfiles.