mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
17 lines
356 B
Diff
17 lines
356 B
Diff
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -124,6 +124,14 @@
|
|
"category": "Nix IDE",
|
|
"command": "nix-ide.restartLanguageServer"
|
|
}
|
|
+ ],
|
|
+ "semanticTokenScopes": [
|
|
+ {
|
|
+ "language": "nix",
|
|
+ "scopes": {
|
|
+ "*.withAttribute": ["markup.underline"]
|
|
+ }
|
|
+ }
|
|
]
|
|
},
|
|
"devDependencies": {
|