Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@
"path": "./syntaxes/tx3.tmLanguage.json"
}
],
"configurationDefaults": {
"[tx3]": {
"editor.semanticHighlighting.enabled": true
},
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"party": {
"foreground": "#4EC9B0"
},
"policy": {
"foreground": "#eb66fd",
"fontStyle": "italic"
}
}
}
},
"commands": [
{
"command": "tx3.startServer",
Expand Down Expand Up @@ -83,6 +100,11 @@
"description": "Path to the Tx3 language server executable",
"default": "~/.tx3/default/bin/tx3-lsp"
},
"tx3.semanticHighlighting.enabled": {
"type": "boolean",
"default": true,
"description": "Enable semantic highlighting for Tx3 files"
},
"tx3.trpServers": {
"type": "array",
"description": "TRP servers list",
Expand Down