1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 11:22:46 +03:00
nil/dev/nix-ide-semantic-highlighting.patch

22 lines
417 B
Diff

diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -100,7 +100,15 @@
"editor.insertSpaces": true,
"editor.tabSize": 2
}
- }
+ },
+ "semanticTokenScopes": [
+ {
+ "language": "nix",
+ "scopes": {
+ "*.withAttribute": ["markup.underline"]
+ }
+ }
+ ]
},
"devDependencies": {
"@commitlint/cli": "*",