]> git.eshelyaron.com Git - emacs.git/commit
sh-script: improve fontification of RPM spec files
authorAndreas Schwab <schwab@suse.de>
Mon, 12 Jun 2023 12:40:24 +0000 (14:40 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 2 Jul 2023 22:08:21 +0000 (00:08 +0200)
commita5bf0ae66141e7560f70a045c0dea132a4868c87
tree904353653e2e7858f0f20e3ce210a60f0dac28e9
parent667348682b4423f8c90d213e9ef35fff9cfab44d
sh-script: improve fontification of RPM spec files

Fontifiy only macros at line beginning as keywords, otherwise as
variables.  Add more accurate match for macros.

* lisp/progmodes/sh-script.el (sh-font-lock-keywords-var): Add
more accurate patterns for rpm macros.  Also fontify parenthesized
word after keyword.
lisp/progmodes/sh-script.el