Merge pull request #1539 from tree-sitter/tag-modules
Support @module as a highlight key.
This commit is contained in:
commit
7bac34c925
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ impl Default for Theme {
|
|||
"function": 26,
|
||||
"keyword": 56,
|
||||
"number": {"color": 94, "bold": true},
|
||||
"module": 136,
|
||||
"property": 124,
|
||||
"operator": {"color": 239, "bold": true},
|
||||
"punctuation.bracket": 239,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue