A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index ea92bab..61ed0fc 100644 --- a/languages.toml +++ b/languages.toml @@ -287,6 +287,8 @@ typing.triggerChars = ".=<>{(+" assist.preferSelf = true checkOnSave = true diagnostics.enable = true +diagnostics.experimental.enable = true +diagnostics.styleLints.enable = true semanticHighlighting.punctuation.separate.macroBang = true semanticHighlighting.punctuation.specialization.enable = true semanticHighlighting.punctuation.enable = true |