Skip to content

Commit

Permalink
Mapping for storage/access modifiers. Closes #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPeshkov committed Sep 30, 2020
1 parent 28bf9c3 commit aac27a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
}],
"semanticTokenScopes": [{
"scopes": {
"punctuation": ["punctuation"]
"punctuation": ["punctuation"],
"type.modification": ["storage.modifier"]
}
}],
"colors": [
Expand Down

0 comments on commit aac27a7

Please sign in to comment.