auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/style/url.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/url.el
Date: Wed, 25 Jan 2006 21:01:15 +0000

Index: auctex/style/url.el
diff -u auctex/style/url.el:1.7 auctex/style/url.el:1.8
--- auctex/style/url.el:1.7     Wed Oct 19 21:19:11 2005
+++ auctex/style/url.el Wed Jan 25 21:01:15 2006
@@ -46,16 +46,20 @@
     "UrlOrds"
     "UrlRight"
     "UrlSpecials"
+    "path"
     "url"
     "urldef"
     '("urlstyle" TeX-arg-urlstyle))
 
+   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
    (add-to-list 'LaTeX-verbatim-macros-with-delims-local "url")
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
 
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))
+     (add-to-list 'font-latex-match-reference-keywords-local "path")
      (add-to-list 'font-latex-match-reference-keywords-local "url")
      (font-latex-match-reference-make)
      (mapcar (lambda (keyword)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]