Skip to content

Commit

Permalink
Add match and with keywords to lsp semantic highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Mackie committed Apr 19, 2022
1 parent cd6acaa commit 499cae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ditto-lsp/src/semantic_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ impl TokensBuilder {
"as"
"type"
"foreign"
"match"
"with"
] @keyword
; 2, 3, 4
Expand Down

0 comments on commit 499cae9

Please sign in to comment.