Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/idyll-lang/idyll-sublime-syntax-highlighter
- Owner: idyll-lang
- License: mit
- Created: 2019-12-29T18:59:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T16:20:48.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T00:54:59.417Z (21 days ago)
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)