https://github.com/jevko/jevkoml-basic-highlighting-vscode
[DEPRECATED] Deprecated in favor of https://github.com/jevko/jevko-vscode
https://github.com/jevko/jevkoml-basic-highlighting-vscode
jevko jevkoml markup syntax-highlighting visual-studio-code vscode vscode-extension xml
Last synced: 4 days ago
JSON representation
[DEPRECATED] Deprecated in favor of https://github.com/jevko/jevko-vscode
- Host: GitHub
- URL: https://github.com/jevko/jevkoml-basic-highlighting-vscode
- Owner: jevko
- License: mit
- Created: 2022-11-20T01:11:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T02:02:18.000Z (over 3 years ago)
- Last Synced: 2025-11-22T08:13:03.528Z (8 months ago)
- Topics: jevko, jevkoml, markup, syntax-highlighting, visual-studio-code, vscode, vscode-extension, xml
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

jevko.org
[EXPERIMENTAL]
⚠️⚠️⚠️ THIS EXTENSION IS DEPRECATED BY AND CONFLICTS WITH: ⚠️⚠️⚠️
* [Jevko Interface](https://github.com/jevko/jevko-vscode): [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=jevko.jevko) | [Open VSX Registry](https://open-vsx.org/extension/jevko/jevko)
⚠️⚠️⚠️ PLEASE UNINSTALL/DISABLE IT BEFORE INSTALLING JEVKO INTERFACE ⚠️⚠️⚠️
# jevkoml-basic-highlighting-vscode
Basic syntax highlighting for .jevkoml in Visual Studio Code.
This extension is published to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=jevko.jevkoml-basic-highlighting) as well as the [Open VSX Registry](https://open-vsx.org/extension/jevko/jevkoml-basic-highlighting).
## Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
```
ext install jevko.jevkoml-basic-highlighting
```
## Jevko CLI
To make this extension useful, it is recommended to install [Jevko CLI](https://github.com/jevko/jevko-cli) -- a command line program which can convert between Jevko formats and HTML/XML/JSON.
## Related extensions
* [jevkodata-basic-highlighting](https://github.com/jevko/jevkodata-basic-highlighting-vscode): [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=jevko.jevkodata-basic-highlighting) | [Open VSX Registry](https://open-vsx.org/extension/jevko/jevkodata-basic-highlighting)
## Features
Basic syntax highlighting for .jevkoml that works in Visual Studio Code.

## Release Notes
See [the CHANGELOG](CHANGELOG.md).
## Installation of the latest development snapshot directly from the git repository
To start using this extension with Visual Studio Code copy the folder that contains this repository into the `/.vscode/extensions` folder and restart Code.
Files with the .jevkoml extension now should have syntax highlighting.