Skip to content

(EXPERIMENTAL) Basic syntax highlighting for Jevko in Visual Studio Code

Notifications You must be signed in to change notification settings

jevko/jevko-basic-highlighting-vscode

Repository files navigation

jevko-basic-highlighting-vscode

Basic syntax highlighting for Jevko in Visual Studio Code.

Features

Basic syntax highlighting for Jevko that works in Visual Studio Code.

screenshot

Includes experimental support for heredocs.

Known Issues

There is an unfixable bug where only the lines that contain an opening bracket [ in Jevko prefixes are properly highlighted.

Other lines look the same as suffixes.

Here is an illustration:

screenshot of the bug

This is impossible to workaround, because TextMate grammars used by Visual Studio Code for basic highlighting are line-oriented, while Jevko is not.

However Visual Studio Code allows more advanced extensions for semantic highlighting which have no such limitations. Once such an extension for Jevko is published, this one will be deprecated.

Release Notes

0.0.1

Initial version. Most basic highlighting works as well as possible.

Installation

To start using this extension with Visual Studio Code copy the folder that contains this repository into the <user home>/.vscode/extensions folder and restart Code.

Files with the .jevko extension now should have syntax highlighting.

About

(EXPERIMENTAL) Basic syntax highlighting for Jevko in Visual Studio Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published