Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wilfred/cask-mode
Major mode for editing Cask files
https://github.com/Wilfred/cask-mode
emacs
Last synced: 3 months ago
JSON representation
Major mode for editing Cask files
- Host: GitHub
- URL: https://github.com/Wilfred/cask-mode
- Owner: Wilfred
- License: gpl-2.0
- Created: 2016-04-01T23:06:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T19:17:50.000Z (over 2 years ago)
- Last Synced: 2024-05-13T22:51:25.071Z (6 months ago)
- Topics: emacs
- Language: Emacs Lisp
- Homepage:
- Size: 54.7 KB
- Stars: 12
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cask-mode
[![Build Status](https://travis-ci.org/Wilfred/cask-mode.svg?branch=master)](https://travis-ci.org/Wilfred/cask-mode)
[![MELPA](http://melpa.org/packages/cask-mode-badge.svg)](http://melpa.org/#/cask-mode)
[![MELPA Stable](https://stable.melpa.org/packages/cask-mode-badge.svg)](https://stable.melpa.org/#/cask-mode)cask-mode is a major mode for editing Cask files. It provides syntax
highlighting, comment toggling and indentation.## Installation
Install from MELPA or add
to your load-path manually.## Usage
Just open a Cask file! Alternatively, `M-x cask-mode` will start the
mode explicitly.![screenshot](screenshot.png)