Skip to content

It's a mode for flex files that provide better syntax highlight than flex-mode.el

Notifications You must be signed in to change notification settings

manateelazycat/flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

What's this?

It's a mode for flex files that provide better syntax highlight than flex-mode.el

Installation

Then put flex.el to your load-path.

The load-path is usually ~/elisp/.

It's set in your ~/.emacs like this:

(add-to-list 'load-path (expand-file-name "~/elisp"))

(require 'flex)

(add-to-list 'auto-mode-alist '("\\.l$" . flex-mode))
(autoload 'flex-mode "flex")

About

It's a mode for flex files that provide better syntax highlight than flex-mode.el

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published