mirror of
https://github.com/oxalica/nil.git
synced 2024-11-22 19:49:20 +03:00
22 lines
417 B
Diff
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": "*",
|
|
|