Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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.

About

Emacs major mode for Weld

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages