Merge pull request #1539 from tree-sitter/tag-modules

Support @module as a highlight key.
This commit is contained in:
Patrick Thomson 2021-12-16 10:56:05 -05:00 committed by GitHub
commit 7bac34c925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,