Skip to content

escherdragon/rivescript-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rivescript-mode

Emacs major mode for composing rivescript files.

What is Rivescript?

Rivescript is a very simple, line-oriented mark-up language for scripting chatbots.

For more details, visit: https://www.rivescript.com

Installation

Put this file somewhere in your load-path, and then add the following line to your .emacs file:

(require 'rivescript)

then you can manually enable the mode with M-x rivescript-mode, or you can associate it with a file extension:

(add-to-list 'auto-mode-alist '("\\.rive\\'" . rivescript-mode))

About

Emacs major mode for composing rivescript files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published