https://github.com/weld-project/weld-mode
Emacs major mode for Weld
https://github.com/weld-project/weld-mode
Last synced: 7 months ago
JSON representation
Emacs major mode for Weld
- Host: GitHub
- URL: https://github.com/weld-project/weld-mode
- Owner: weld-project
- Created: 2019-02-12T00:36:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T22:49:04.000Z (over 6 years ago)
- Last Synced: 2025-01-15T01:46:42.384Z (9 months ago)
- Language: Emacs Lisp
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weld-mode
Emacs major mode for WeldSyntax 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`.