tree: b2c4a19b01178dc6b58e42eab75c62d92bd5a2d9 [path history] [tgz]
  1. images/
  2. src/
  3. syntaxes/
  4. test/
  5. tools/
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. language-configuration.json
  10. LICENSE
  11. package-lock.json
  12. package.json
  13. PATENTS
  14. README.md
  15. tsconfig.json
  16. 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