# 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
```