waveclaw / language-rpm-spec

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

syntax highlighting fails for multiple macros in %files sections #4

Closed waveclaw closed 9 years ago

waveclaw commented 9 years ago

Example

%attr(0644,-,-) %config(noreplace) %{configdir}

Will treat all macros after %attr as a variable instead of recognizing %config as a special macro.

waveclaw commented 9 years ago

Added a custom parse tree for %files that permits this now.