aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/tools/torque/vscode-torque/README.md
blob: 1d01daa3b9cbb09bbef06c46a253278c41713460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```