https://github.com/d-plaindoux/bracket-purescript
https://github.com/d-plaindoux/bracket-purescript
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-plaindoux/bracket-purescript
- Owner: d-plaindoux
- License: lgpl-2.1
- Created: 2014-11-12T05:58:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T04:45:01.000Z (over 11 years ago)
- Last Synced: 2025-02-07T18:14:26.725Z (over 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bracket Purescript
==================
Bracket extension dedicated to Purescript language.
The current Purescript mode came from the one designed for Haskell.x
Installation
============
Mode installation
-----------------
In Bracket `www/thirdparty/CodeMirror2/mode` install files:
- mode/purescript/index.html
- mode/purescript/purescript.js
in `purescript` folder.
Mode activation
---------------
In extension folder (Bracket: Help -> Show Extension Folder) install file:
- extensions/user/purescript/main.js
in `user/purescript` folder.
License
=======
Copyright (C)2014 D. Plaindoux.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program; see the file COPYING. If not, write
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,
USA.