Skip to content

ashutoshrishi/wybe-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Wybe Major Mode

wybe-mode is a major mode for editing Wybe source code in GNU Emacs.

Installation

Place wybe-mode.el somewhere in your Emacs load-path and add the following lines to your Emacs init file to associate wybe-mode with .wybe files.

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

About

Emacs major mode for editing Wybe programming language source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published