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.
Currently, only syntax highlighting is supported.
This plugin is in alpha version and currently not published. To install the development version, see below.
To install the latest development version directly from HEAD:
- Clone the Git repository, e.g. to
~/reflow-code
:
cd ~ && git clone https://github.com/hchauvin/reflow-code.git
- Symlink the local repository to the VSCode extensions folder. On Linux and Mac:
ln -s ~/reflow-code ~/.vscode/extensions/reflow-code
- Restart VSCode (just quit and reopen).
- Clone the Git repository, e.g. to
~/reflow-code
:
cd ~ && git clone https://github.com/hchauvin/reflow-code.git
- Open VSCode from within the repository:
code ~/reflow-code
- Go to
Debug > Start Debugging
(F5) to open a new VSCode window where the development version of the extension is enabled.
This plugin is in alpha version and currently not published. To install the development version, see below.
To install the latest development version directly from HEAD:
- Install PackageDev using Package Control.
- Go to menu
Tools > Packages > Package Development > New Syntax Definition...
- Copy-paste the content of syntaxes/reflow.sublime-syntax to the new
buffer and save in default location as
reflow.sublime-syntax
. - Now,
.rf
or.reflow
files benefit from syntax highlighting without the need to restart Sublime Text.
Initial release of the "reflow-code" extension.
Add support for Sublime Text.