Skip to content

Emacs major mode for the BCL configuration language

License

Notifications You must be signed in to change notification settings

galdor/bcl-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

bcl-mode

Introduction

The bcl-mode Emacs package is a major mode for BCL (Block-based Configuration Language) files.

It provides minimal syntax highlighting and block indentation.

Usage

You can install bcl-mode as any other Emacs package. If you are using Straight (and you should), it is as simple as:

(use-package bcl-mode
  :straight (:type git :host github :repo "galdor/bcl-mode"))

With Emacs 29, you can either run package-vc-install manually or install vc-use-package and use use-package:

(use-package bcl-mode
  :vc (:fetcher github :repo "galdor/bcl-mode"))

Finally with Emacs 30 you will not need any additional package:

(use-package bcl-mode
  :vc (:url "https://github.com/galdor/bcl-mode"))

Licensing

The bcl-mode package is open source software distributed under the ISC license.

Contact

If you have an idea or a question, feel free to email me at [email protected].

About

Emacs major mode for the BCL configuration language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published