Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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