Improve LSP support

This commit is contained in:
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ 2022-01-04 12:52:45 +03:00 committed by GitHub
commit 567324276c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -416,6 +416,10 @@
{
"scope": "message.error",
"foreground": "#DB473F"
},
{
"scope": "markup.highlight.text.lsp",
"foreground": "#777777"
}
]
}