+2013-03-05 Daiki Ueno <ueno@gnu.org>
+
+ * po-mode.el (po-font-lock-keywords): Properly highlight C format
+ strings with parameter positions.
+ Reported at
+ <https://savannah.gnu.org/bugs/index.php?33552>.
+
2013-03-05 Ævar Arnfjörð Bjarmason <avarab@gmail.com> (tiny change)
* po-mode.el (po-auto-update-file-header): New user option.
;; '("msgctxt " "msgid " "msgid_plural " "msgstr " "msgstr[0] " "msgstr[1] "))
("^\\(\\(msg\\(ctxt\\|id\\(_plural\\)?\\|str\\(\\[[0-9]\\]\\)?\\)\\) \\)?\"\\|\"$"
. font-lock-keyword-face)
- ("\\\\.\\|%\\*?[-.0-9ul]*[a-zA-Z]" . font-lock-variable-name-face)
+ ("\\\\.\\|%[*$-.0-9ul]*[a-zA-Z]" . font-lock-variable-name-face)
("^# .*\\|^#[:,]?" . font-lock-comment-face)
("^#:\\(.*\\)" 1 font-lock-reference-face)
;; The following line does not work, and I wonder why.