Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-lang-tools/sublime-crystal
Crystal syntax highlighting for Sublime Text
https://github.com/crystal-lang-tools/sublime-crystal
crystal sublime-text
Last synced: 3 months ago
JSON representation
Crystal syntax highlighting for Sublime Text
- Host: GitHub
- URL: https://github.com/crystal-lang-tools/sublime-crystal
- Owner: crystal-lang-tools
- License: other
- Created: 2014-01-16T03:36:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T13:57:05.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:17:12.306Z (10 months ago)
- Topics: crystal, sublime-text
- Language: Python
- Size: 118 KB
- Stars: 83
- Watchers: 8
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sublime Text Crystal Package
Package for Sublime Text 2/3 which provides syntax highlighting and various code completion snippets for [crystal](https://github.com/manastech/crystal).
## Installation
Sublime Package Control allows you to easily install or remove `Crystal` (and many other ST packages) from within the editor. It offers automatically updating packages as well so you no longer need to keep track of changes.
1. Install Sublime Package Control (if you haven't done so already) from https://packagecontrol.io/installation . Be sure to restart ST to complete the installation.
2. Bring up the command palette (default `ctrl+shift+p` or `cmd+shift+p`) and start typing `Package Control: Install Package` then press return or click on that option to activate it. You will be presented with a new Quick Panel with the list of available packages. Type `Crystal` and press return or on its entry to install Crystal. If there is no entry for Crystal, you most likely already have it installed.
## Development
Note to contributors: to release a new Package version, a new git tag should be added to the repository.
## Contributors
- [@waj](https://github.com/waj) Juan Wajnerman - creator
- [@hovsater](https://github.com/hovsater) Kevin Hovsäter - maintainer[See all contributors](https://github.com/crystal-lang-tools/sublime-crystal/graphs/contributors)