https://github.com/tabe/libo-basic-mode
A major mode for editing LibreOffice Basic programs
https://github.com/tabe/libo-basic-mode
Last synced: 11 months ago
JSON representation
A major mode for editing LibreOffice Basic programs
- Host: GitHub
- URL: https://github.com/tabe/libo-basic-mode
- Owner: tabe
- Created: 2009-02-23T14:20:08.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T17:42:44.000Z (about 9 years ago)
- Last Synced: 2024-05-01T22:55:10.103Z (about 2 years ago)
- Language: Emacs Lisp
- Homepage: http://fixedpoint.jp/
- Size: 85 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libo-basic-mode
===============
A major mode for editing LibreOffice Basic programs
Quick installation
------------------
Put libo-basic-mode.el in one of your `load-path`, and append the following
lines to your .emacs:
```
(autoload 'libo-basic-mode "libo-basic-mode" "A major mode for LibreOffice Basic." t)
(push '("\\.bas\\'" . libo-basic-mode) auto-mode-alist)
```
License
-------
GPLv3
Acknowledgements
----------------
This program owes a lot to authors of visual-basic-mode.el.