Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idyll-lang/idyll-sublime-syntax-highlighter

A syntax highlighter for sublime.
https://github.com/idyll-lang/idyll-sublime-syntax-highlighter

Last synced: 14 days ago
JSON representation

A syntax highlighter for sublime.

Awesome Lists containing this project

README

        

# Idyll

Idyll syntax highlighter for Sublime Text

## Installation

### Package Manager

You will need the Sublime [Package Manager](https://sublime.wbond.net/installation).

- Open the command palette: `⌘+shift+p` on MacOS/Linux, `ctrl+shift+p` on Windows

- type `install`, select `Package Control: Install Package`

- type `Idyll`, select `idyll-syntax`

### Manual

Clone the repository in your Sublime Text "Packages" directory:

```
git clone https://github.com/idyll-lang/idyll-sublime-syntax-highlighter.git idyll-syntax

```

The "Packages" directory is located at:

- OS X: `~/Library/Application Support/Sublime Text 3/Packages/`
- Linux: `~/.Sublime Text 3/Packages/`
- Windows: `%APPDATA%/Sublime Text 3/Packages/`

## Screenshot

![Screenshot](/assets/Screenshot.png)