mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
Total mess but it works: diagnostic marking.
This commit is contained in:
parent
f9bfba4d96
commit
49254d7180
4 changed files with 91 additions and 6 deletions
|
@ -1 +1,7 @@
|
|||
pub struct Diagnostic {}
|
||||
use crate::Range;
|
||||
|
||||
pub struct Diagnostic {
|
||||
pub range: (usize, usize),
|
||||
pub line: usize,
|
||||
pub message: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue