Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olekscode/pillarsublimesyntax
Pillar syntax highlighting in Sublime Text
https://github.com/olekscode/pillarsublimesyntax
markup-language pharo pharo-smalltalk pillar smalltalk sublime-syntax sublime-text sublime-text-3 syntax-highlighting
Last synced: 3 months ago
JSON representation
Pillar syntax highlighting in Sublime Text
- Host: GitHub
- URL: https://github.com/olekscode/pillarsublimesyntax
- Owner: olekscode
- License: mit
- Created: 2019-09-19T12:42:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T22:44:28.000Z (over 5 years ago)
- Last Synced: 2024-10-10T13:22:47.744Z (3 months ago)
- Topics: markup-language, pharo, pharo-smalltalk, pillar, smalltalk, sublime-syntax, sublime-text, sublime-text-3, syntax-highlighting
- Size: 271 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pillar Syntax Highlighting for Sublime Text
Add support for [Pillar](https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html) markup language to your [Sublime Text](https://www.sublimetext.com/) editor.
![](img/PillarSyntaxHighlighting.png)
## How to Install?
### Option 1
1. Click `Tools > Developer > New Syntax...` in the top menu of your Sublime Text editor. You will see the YAML template for defining a new syntax.
2. Select everything and replace it with the contents of [Pillar.sublime-syntax](Pillar.sublime-syntax) file.
3. Press `Save` or `Ctrl+S`, call your new file _"Pillar.sublime-syntax"_.
4. Open any file with `.pillar` extension### Option 2
1. Click `Sublime Text > Preferences > Browse Packages`. It will open a directory with packages.
2. Navigate into `User` folder.
3. Copy [Pillar.sublime-syntax](Pillar.sublime-syntax) into that location.
4. Open any file with `.pillar` extension## How to Contribute?
If you find a bug or want to improve the highlighting, please create an issue in this repository or submit a pull request.
## Useful Resources
1. [Syntax Definitions](https://www.sublimetext.com/docs/3/syntax.html)
2. [Scope Naming](https://www.sublimetext.com/docs/3/scope_naming.html)
3. [Color Schemes](https://www.sublimetext.com/docs/3/color_schemes.html)