mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Support LSP diagnostic tags (#9780)
This commit is contained in:
parent
1d6db30acf
commit
5ca6a448e9
4 changed files with 24 additions and 1 deletions
|
@ -333,5 +333,7 @@ These scopes are used for theming the editor interface:
|
|||
| `diagnostic.info` | Diagnostics info (editing area) |
|
||||
| `diagnostic.warning` | Diagnostics warning (editing area) |
|
||||
| `diagnostic.error` | Diagnostics error (editing area) |
|
||||
| `diagnostic.unnecessary` | Diagnostics with unnecessary tag (editing area) |
|
||||
| `diagnostic.deprecated` | Diagnostics with deprecated tag (editing area) |
|
||||
|
||||
[editor-section]: ./configuration.md#editor-section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue