https://github.com/davideast/bolt-sublime
Syntax highlighting for Bolt and Sublime
https://github.com/davideast/bolt-sublime
firebase firebase-security sublime
Last synced: about 2 months ago
JSON representation
Syntax highlighting for Bolt and Sublime
- Host: GitHub
- URL: https://github.com/davideast/bolt-sublime
- Owner: davideast
- Created: 2015-11-03T18:28:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T14:26:07.000Z (over 8 years ago)
- Last Synced: 2025-05-01T02:52:31.459Z (about 2 months ago)
- Topics: firebase, firebase-security, sublime
- Language: Shell
- Homepage:
- Size: 382 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Syntax highlighting for [the Bolt compiler](https://firebase.com/docs/security/bolt/quickstart.html) for Sublime Text 3.
## Syntax in Action

### I am not a Sublime Text 3 expert.
This is not an offically supported Firebase repo. This is community-based. So PRs are totally accepted. This is a rough fork of [Brian Ford's JavaScript Sublime Pacakge](https://github.com/btford/sublime-text-javascript).
## Installation - Sublime Package Control
1. Open the package control menu in Sublime
2. Choose 'Package Control: Add Repository'
3. Add this repository
4. Open the menu again and install the package 'bolt-sublime'
5. Enjoy!## Installation - OSX
1. Clone the repo
2. run ./install.sh
3. The cloned folder is safe to remove
4. Enjoy!## Installation - Windows
1. Clone the repo
2. Move the unzipped files into `C:\Program Files\Sublime Text 3\Packages`
3. Enjoy!Copyright 2015 David East
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.