Home | History | Annotate | only in /external/v8/tools/torque/vscode-torque
Up to higher level directory
NameDateSize
language-configuration.json22-Oct-2020447
package.json22-Oct-2020687
README.md22-Oct-2020389
syntaxes/22-Oct-2020

README.md

      1 # Torque syntax support
      2 
      3 This extensions adds rudimentary syntax highlighting support for the WIP
      4 Torque language used in V8.
      5 
      6 ## Installation
      7 
      8 Since the extension is not published to the marketplace, the easiest way to
      9 install the extension is to symlink the extension to your local extension
     10 directory:
     11 
     12 ```
     13 ln -s $V8/tools/torque/vscode-torque $HOME/.vscode/extensions/vscode-torque
     14 ```