v8/tools/torque/vscode-torque
Simon Zünd 534945bab8 [torque] Update vscode extension to reflect recent changes
This CL adds 'typeswitch' and 'case' as a keyword and removes some
unused ones. It also adds 'UncheckedCast', 'Cast', 'Convert' and
'FromConstexpr' as support functions.

Bug: v8:7793
Change-Id: Ia58045a5fb0f599c7c17cbf11d4e60ed55db7334
Reviewed-on: https://chromium-review.googlesource.com/1219389
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Simon Zünd <szuend@google.com>
Cr-Commit-Position: refs/heads/master@{#55850}
2018-09-13 09:05:00 +00:00
..
syntaxes [torque] Update vscode extension to reflect recent changes 2018-09-13 09:05:00 +00:00
language-configuration.json
package.json
README.md

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