v8/tools/torque/vscode-torque
Tobias Tebbi 752882fd3d [torque] add "struct" keyword to VS Code plugin
TBR: szuend@chromium.org

Change-Id: Ifef721eecab79dbcfb306dd241b3476fc1b6ec56
Reviewed-on: https://chromium-review.googlesource.com/c/1424952
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58971}
2019-01-21 16:42:33 +00:00
..
syntaxes [torque] add "struct" keyword to VS Code plugin 2019-01-21 16:42:33 +00:00
language-configuration.json [vscode-torque] Add vscode extension with basic Torque support. 2018-05-29 16:03:38 +00:00
package.json [vscode-torque] Add vscode extension with basic Torque support. 2018-05-29 16:03:38 +00:00
README.md [vscode-torque] Add vscode extension with basic Torque support. 2018-05-29 16:03:38 +00:00

Torque syntax support

This extensions adds rudimentary syntax highlighting support for the WIP Torque language used in V8.

Installation

Since the extension is not published to the marketplace, the easiest way to install the extension is to symlink the extension to your local extension directory:

ln -s $V8/tools/torque/vscode-torque $HOME/.vscode/extensions/vscode-torque