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

Report Ranger VSCode

Volkis

|
244 installs
| (0) | Free
Syntax highlighting and snippets for report ranger files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Report Ranger Template Highlighting

Syntax highlighting for Report Ranger.

Report Ranger is a document generator that builds markdown for use with the pandoc-latex-template or to HTML code. It has a focus on penetration testing reports, including sorting of vulnerabilities and appendices, automatic risk assessment, strong templating, and professional output.

More information on Report Ranger can be found at:

https://gitlab.com/volkis/report-ranger

Extension details

This extension is based off Better Jinja by Samuel Colvin. It takes the Jinja Markdown feature and adds snippets specific to Report Ranger. By default, it only runs on files with the extension .md.rr, however you can add additional file associations (for instance just regular .md) by adding the following to your workspace:

"files.associations": {
  "*.md": "rr-md"
},

Known bugs

Syntax highlighting will only work if the line begins with a Jinja tag. This is due to a battle between Jinja and Markdown syntax highlighting, with Markdown automatically syntax highlighting the entire paragraph if it thinks it contains markdown. Given the choice between highlighting Jinja2 tags in the middle of text and syntax highlighting for markdown we chose the syntax highlighting for markdown.

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