Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerardroche/sublime-pine
A Pine programming language syntax for Sublime Text.
https://github.com/gerardroche/sublime-pine
pine sublime-text syntax
Last synced: 22 days ago
JSON representation
A Pine programming language syntax for Sublime Text.
- Host: GitHub
- URL: https://github.com/gerardroche/sublime-pine
- Owner: gerardroche
- License: gpl-3.0
- Created: 2017-09-18T09:32:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T23:03:10.000Z (over 1 year ago)
- Last Synced: 2023-05-25T00:20:30.428Z (over 1 year ago)
- Topics: pine, sublime-text, syntax
- Homepage:
- Size: 264 KB
- Stars: 39
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pine
[Pine programming language](https://www.tradingview.com/scripts) support.
[![Minimum Sublime Version](https://img.shields.io/badge/sublime-%3E%3D%203.0-brightgreen.svg?style=flat-square)](https://sublimetext.com) [![Latest Version](https://img.shields.io/github/tag/gerardroche/sublime-pine.svg?style=flat-square&label=version)](https://github.com/gerardroche/sublime-pine/tags) [![GitHub stars](https://img.shields.io/github/stars/gerardroche/sublime-pine.svg?style=flat-square)](https://github.com/gerardroche/sublime-pine/stargazers)
![Screenshot](screenshot.png)
The color scheme in the screenshot is [MonokaiFree](https://github.com/gerardroche/sublime-monokai-free).
## Installation
### Package Control installation
The preferred method of installation is [Package Control](https://packagecontrol.io/packages/Pine).
`Ctrl/Command + Shift + P` to open the Command Palette
Select `Package Control: Install Package`
Search for `Pine`
Press `Enter`
Go to `Menu → Preferences → Color Scheme...` and select Pine.
### Manual installation
Close Sublime Text then download or clone this repository to a directory named `Pine` in the Sublime Text Packages directory for your platform:
* Linux: `git clone https://github.com/gerardroche/sublime-pine.git ~/.config/sublime-text-3/Packages/Pine`
* OSX: `git clone https://github.com/gerardroche/sublime-pine.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Pine`
* Windows: `git clone https://github.com/gerardroche/sublime-pine.git %APPDATA%\Sublime/ Text/ 3/Packages/Pine`## License
Released under the [GPL-3.0-or-later License](LICENSE).