tree: f6c368f4d15c7f2278c955624df3e381603294da [path history] [tgz]
  1. .vscode/
  2. images/
  3. src/
  4. syntaxes/
  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 and formatting for FIDL files.

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

npm install
npm run-script build-syntax