Skip to content

Commit

Permalink
Add rule for preprocessor directives in SystemVerilog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Oct 1, 2020
1 parent 9b3b650 commit bd12968
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,12 @@
"scope": "source.swift storage.type.decorator",
"foreground": "var(pink)"
},
// SystemVerilog specific rules >> https://packagecontrol.io/packages/SystemVerilog
{
"name": "SystemVerilog preprocessor directive",
"scope": "constant.other.preprocessor.systemverilog",
"foreground": "var(purple)"
},
// Textile specific rules
{
"name": "Textile link title",
Expand Down
6 changes: 6 additions & 0 deletions Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,12 @@
"scope": "source.swift storage.type.decorator",
"foreground": "var(pink)"
},
// SystemVerilog specific rules >> https://packagecontrol.io/packages/SystemVerilog
{
"name": "SystemVerilog preprocessor directive",
"scope": "constant.other.preprocessor.systemverilog",
"foreground": "var(purple)"
},
// Textile specific rules
{
"name": "Textile link title",
Expand Down

0 comments on commit bd12968

Please sign in to comment.