Skip to content

justinwoo/new-purescript-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

New PureScript Mode

This is a PureScript Emacs mode I am putting together to replace my own usage of purescript-mode, which is a fork of haskell-mode. While it is amazing that haskell-mode itself is code that has been migrated and committed to since 1992, it features a huge amount of code that is simply unused. As my own need for a PureScript mode is limited to syntax highlighting and some alignment, I will focus on getting that working in some simple way.

For any IDE related functionality, install psc-ide-emacs.

Goals

TODO

  • Indentation
  • Misc.

Installation

(add-to-list 'load-path (expand-file-name "~/Code/new-purescript-mode/"))
(require 'new-purescript-mode)

If you are using Spacemacs, consider telling it to not mess with indentation:

(add-to-list 'spacemacs-indent-sensitive-modes 'purescript-mode)

About

A new, simple purescript mode for cheap syntax highlighting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published