summaryrefslogtreecommitdiffstats
path: root/llvm/utils/emacs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-28 21:46:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-28 21:46:18 +0000
commite06653ff766db3142997ea01739526a9cb5071c4 (patch)
treebe5d32ba55e3d242a63de17192b9faf7ada0266d /llvm/utils/emacs
parent04f0b5b7cd33891b9e7bab70a56f47b16c2d5efb (diff)
downloadbcm5719-llvm-e06653ff766db3142997ea01739526a9cb5071c4.tar.gz
bcm5719-llvm-e06653ff766db3142997ea01739526a9cb5071c4.zip
* Add `deplibs' keyword for specifying a list of dependent libraries
* Convert tabs to spaces llvm-svn: 16558
Diffstat (limited to 'llvm/utils/emacs')
-rw-r--r--llvm/utils/emacs/llvm-mode.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/utils/emacs/llvm-mode.el b/llvm/utils/emacs/llvm-mode.el
index 9ae0ea45929..6e460ab87ca 100644
--- a/llvm/utils/emacs/llvm-mode.el
+++ b/llvm/utils/emacs/llvm-mode.el
@@ -25,7 +25,7 @@
;; Hex constants
'("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
;; Keywords
- '("begin\\|end\\|true\\|false\\|zeroinitializer\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
+ '("begin\\|end\\|true\\|false\\|zeroinitializer\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|deplibs\\|volatile" . font-lock-keyword-face)
;; Types
'("void\\|bool\\|sbyte\\|ubyte\\|u?short\\|u?int\\|u?long\\|float\\|double\\|type\\|label\\|opaque" . font-lock-type-face)
;; Arithmetic and Logical Operators
@@ -108,11 +108,11 @@
(use-local-map llvm-mode-map) ; Provides the local keymap.
(setq major-mode 'llvm-mode)
- (make-local-variable 'font-lock-defaults)
+ (make-local-variable 'font-lock-defaults)
(setq major-mode 'llvm-mode ; This is how describe-mode
; finds the doc string to print.
- mode-name "LLVM" ; This name goes into the modeline.
- font-lock-defaults `(llvm-font-lock-keywords))
+ mode-name "LLVM" ; This name goes into the modeline.
+ font-lock-defaults `(llvm-font-lock-keywords))
(setq local-abbrev-table llvm-mode-abbrev-table)
(set-syntax-table llvm-mode-syntax-table)
OpenPOWER on IntegriCloud