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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T23:03:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T12:47:59.963Z (3 months ago)
- Topics: pine, sublime-text, syntax
- Homepage: https://www.gerardroche.com
- Size: 264 KB
- Stars: 42
- Watchers: 10
- Forks: 8
- 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.
[](https://sublimetext.com) [](https://github.com/gerardroche/sublime-pine/tags) [](https://github.com/gerardroche/sublime-pine/stargazers)

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).