mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Fix typos (#12690)
This commit is contained in:
parent
0ab403d428
commit
e22bbf5489
24 changed files with 29 additions and 29 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
'property' = { fg = "red" } # Regex group names.
|
||||
"warning" = { fg ="yellow", modifiers = ["bold"] } # Editor warnings.
|
||||
"error" = { fg = "red", modifiers = ["bold"] } # Editor errors, like mis-typing a command.
|
||||
"error" = { fg = "red", modifiers = ["bold"] } # Editor errors, like mistyping a command.
|
||||
"info" = { fg = "mid-blue" } # Code diagnostic info in gutter (LSP).
|
||||
# ? Difference between info and hint ?
|
||||
"hint" = { fg = "light-green", modifiers = ["bold"] } # Code diagnostics hint in gutter (LSP).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue