Skip to content

thechampagne/wren-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wren-mode

Syntax highlighting for the Wren programming language in Emacs. Requires Emacs 24.3 or later.

Installation

You can use built-in package manager (package.el) or do everything by your hands.

Using package manager

Add the following to your emacs config file

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)

Then use M-x package-install RET wren-mode RET to install the mode. Use M-x wren-mode to change your current mode.

Manual

Download the mode to your local directory. You can do it through git clone command:

git clone git://github.com/thechampagne/wren-mode.git

Then add path to wren-mode to load-path list — add the following to your emacs config file

(add-to-list 'load-path
	     "/path/to/wren-mode/")
(require 'wren-mode)

Use M-x wren-mode to change your current mode.

License

This repo is released under the GPL-3.0.

About

Wren mode for Emacs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published