From 4745fc1f29f2eaca1fd7ce386e818e70e76ba6ec Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Thu, 30 Nov 2023 20:06:15 +0200 Subject: [PATCH] add sublime --- implemented.md | 4 ++-- software.md | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/implemented.md b/implemented.md index 2a3d764..00de73c 100644 --- a/implemented.md +++ b/implemented.md @@ -27,8 +27,8 @@ The Heta language and Heta-based QSP framework were used in several “real worl - Julia package for simulation of large scale QSP models supporting Heta syntax: [HetaSimulator.jl](https://github.com/hetalang/HetaSimulator.jl) [![version](https://juliahub.com/docs/HetaSimulator/version.svg)](https://juliahub.com/ui/Packages/HetaSimulator/IIE0h) - JavaScript framework and command line tool supporting Heta modules: [heta-compiler](https://github.com/hetalang/heta-compiler) [![npm](https://img.shields.io/npm/v/heta-compiler)](https://www.npmjs.com/package/heta-compiler) -- Syntax highlighting for VSCode: [heta-highlight-vscode](https://github.com/insysbio/heta-highlight-vscode) [![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/insysbio.heta-highlight-vscode?label=VSMarket)](https://marketplace.visualstudio.com/items?itemName=insysbio.heta-highlight-vscode) -- Syntax highlighting Atom editor: [heta-highlight-atom](https://github.com/insysbio/heta-highlight-atom) [![APM](https://img.shields.io/apm/v/language-heta)](https://atom.io/packages/language-heta) +- Syntax highlighting for VSCode: [heta-highlight-vscode](https://github.com/hetalang/heta-highlight-vscode) [![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/insysbio.heta-highlight-vscode?label=VSMarket)](https://marketplace.visualstudio.com/items?itemName=insysbio.heta-highlight-vscode) +- Syntax highlighting for Sublime text: [heta-highlight-sublime](https://github.com/hetalang/heta-highlight-sublime) [![GitHub tag (with filter)](https://img.shields.io/github/v/tag/hetalang/heta-highlight-sublime)](https://packagecontrol.io/packages/heta) - Parsing of Heta language code in JavaScript: [heta-parser](https://github.com/hetalang/heta-parser) [![npm](https://img.shields.io/npm/v/heta-parser)](https://www.npmjs.com/package/heta-parser) ## Web applications diff --git a/software.md b/software.md index 9eaca4b..e39d0bb 100644 --- a/software.md +++ b/software.md @@ -10,12 +10,11 @@ See also the Heta tutorial's [lesson #1](https://youtu.be/aIpo9Yksyb8) - **VSCode** + heta-highlight-vscode plugin + "Dark+" theme - **Git** (optional but provides bash console and Git synchronization) -- **Node** >=12 +- **Node** >=14 - **heta-compiler** - **HetaSimulator** ## Alternative -- **Atom** + heta-highlight-atom plugin -- **Node** >=12 -- **heta-compiler** +User can also choose **Sublime Text** instead of VSCode . +The Heta highlighter is also available as a plugin, use `Package Control: Install Package` and `Heta`. \ No newline at end of file