Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Syzlang highlighting for VSCodeNew to Visual Studio Code? Get it now.
Syzlang highlighting for VSCode

Syzlang highlighting for VSCode

florent-revest

|
629 installs
| (0) | Free
Syntax hightlight for syzlang using tree-sitter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode - Syzlang syntax highlighting

Screenshot

This extension provides syntax highlighting for syzkaller syscall descriptions in VSCode (.txt extensions).

By default, it will match any file whose path matches **/sys/*/*.txt but you can match other files by adding file associations to your settings.json, e.g:

"files.associations": {
  "*.txt": "syzlang"
},

Note that this currently does not highlight "syzprog" files (.syz extensions) nor *.txt.const nor *.txt.warn.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft