* lisp/textmodes/tex-mode.el (tex-font-lock-keywords-2): Fontify
href parameters like constants so that _ aren't fontified like
subscripts.
;; "caption" "footnote" "footnotemark" "footnotetext"
)
t))
+ (file-like (regexp-opt
+ '("href" "ProvidesFile")
+ t))
;;
;; Names of commands that should be fontified.
(specials-1 (regexp-opt '("\\" "\\*") t)) ;; "-"
;;
;; Citation args.
(list (concat slash citations opt arg) 3 'font-lock-constant-face)
+ ;; File-like args.
+ (list (concat slash file-like opt arg) 3 'font-lock-constant-face)
;;
;; Text between `` quotes ''.
(list (concat (regexp-opt '("``" "\"<" "\"`" "<<" "«") t)