hchauvin / reflow-code

A VSCode extension to support the Reflow language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reflow-code

reflow-code is a syntax highlighter and set of preferences for the Reflow language. The syntax is compatible with Visual Studio Code and Sublime Text.

Features

Currently, only syntax highlighting is supported.

Installation for VSCode

From the VSCode market place

This plugin is in alpha version and currently not published. To install the development version, see below.

Development version

To install the latest development version directly from HEAD:

  1. Clone the Git repository, e.g. to ~/reflow-code:
cd ~ && git clone https://github.com/hchauvin/reflow-code.git
  1. Symlink the local repository to the VSCode extensions folder. On Linux and Mac:
ln -s ~/reflow-code ~/.vscode/extensions/reflow-code
  1. Restart VSCode (just quit and reopen).

Development

  1. Clone the Git repository, e.g. to ~/reflow-code:
cd ~ && git clone https://github.com/hchauvin/reflow-code.git
  1. Open VSCode from within the repository:
code ~/reflow-code
  1. Go to Debug > Start Debugging (F5) to open a new VSCode window where the development version of the extension is enabled.

Installation for Sublime Text

From Package Control

This plugin is in alpha version and currently not published. To install the development version, see below.

Development version

To install the latest development version directly from HEAD:

  1. Install PackageDev using Package Control.
  2. Go to menu Tools > Packages > Package Development > New Syntax Definition...
  3. Copy-paste the content of syntaxes/reflow.sublime-syntax to the new buffer and save in default location as reflow.sublime-syntax.
  4. Now, .rf or .reflow files benefit from syntax highlighting without the need to restart Sublime Text.

Release Notes

0.1.0

Initial release of the "reflow-code" extension.

0.2.0

Add support for Sublime Text.

License: MIT

About

A VSCode extension to support the Reflow language.

License:MIT License