Skip to content

tzyLee/verilog-highlight

Repository files navigation

Verilog highlight

verilog-highlight uses TextMate to highlight verilog files in vscode.

Features

showcase

Highlighting

  • Highlights escape strings and escape sequences in string literals
  • Highlights size and base parts of numeric literals
  • Highlights markdown codeblocks (not in markdown previews)

highlighting-markdowns

Grammar

  • Grammar rule naming follows IEEE 1364

Requirements

none

Extension Settings

Name Description
editor.wordSeparators Overrides default word separators for verilog. Makes it easier to select number and text macro.

Known Issues

Release Notes

See CHANGELOG