| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| syntaxes/ | 03-May-2024 | - | 88 | 88 | ||
| README.md | D | 03-May-2024 | 389 | 14 | 10 | |
| language-configuration.json | D | 03-May-2024 | 447 | 25 | 25 | |
| package.json | D | 03-May-2024 | 687 | 26 | 26 |
README.md
1# Torque syntax support 2 3This extensions adds rudimentary syntax highlighting support for the WIP 4Torque language used in V8. 5 6## Installation 7 8Since the extension is not published to the marketplace, the easiest way to 9install the extension is to symlink the extension to your local extension 10directory: 11 12``` 13ln -s $V8/tools/torque/vscode-torque $HOME/.vscode/extensions/vscode-torque 14```