tree: 439a2d0feda2926ac8823d4b0ae90e82135e67fe [path history] [tgz]
  1. images/
  2. src/
  3. syntaxes/
  4. test/
  5. AUTHORS
  6. CHANGELOG.md
  7. CONTRIBUTING.md
  8. generate-syntax.ts
  9. language-configuration.json
  10. LICENSE
  11. package.json
  12. PATENTS
  13. README.md
  14. tsconfig.json
  15. tslint.json
vscode-language-fidl/README.md

FIDL Language Support for Visual Studio Code

This extension adds:

  • syntax highlighting to FIDL files.
  • a command to jump from generated bindings to FIDL source.

The syntax highlighting is generated by a script called generate-syntax.ts. That can be run by:

npm install
npm run-script build-syntax