Skip to content

Commit 4d1112c

Browse files
committed
Enable semantic highlighting in client
1 parent 62f190b commit 4d1112c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

extension/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@
5151
],
5252
"configuration": "./language-configuration.json"
5353
}
54-
]
54+
],
55+
"configurationDefaults": {
56+
"turtle": {
57+
"editor.semanticHighlighting.enabled": true
58+
}
59+
}
5560
},
5661
"scripts": {
5762
"vscode:prepublish": "npm run build",

0 commit comments

Comments
 (0)