Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 352 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 352 Bytes

weld-mode

Emacs major mode for Weld

Syntax highlighting for the Weld language. To use, add the lines

(add-to-list 'load-path "$WELD_MODE_DIRECTORY")
(autoload 'weld-mode "weld-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.weld\\'" . weld-mode))

to your .emacs file, replacing $WELD_MODE_DIRECTORY with the location of weld-mode.el.