/[emacs]/emacs/lisp/progmodes/asm-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/asm-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by miles, Mon Sep 1 15:45:34 2003 UTC revision 1.29 by nickrob, Sat Oct 23 22:02:56 2004 UTC
# Line 90  Line 90 
90      2 font-lock-keyword-face)      2 font-lock-keyword-face)
91     ;; directive started from ".".     ;; directive started from ".".
92     ("^\\(\\.\\(\\sw\\|\\s_\\)+\\)\\>[^:]?"     ("^\\(\\.\\(\\sw\\|\\s_\\)+\\)\\>[^:]?"
93      1 font-lock-keyword-face))      1 font-lock-keyword-face)
94       ;; %register
95       ("%\\sw+" . font-lock-variable-name-face))
96   "Additional expressions to highlight in Assembler mode.")   "Additional expressions to highlight in Assembler mode.")
97    
98  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26