mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Formatter: Attempt at implementing into LSP (untested)
This commit is contained in:
parent
bf3917099a
commit
bce4fb77d9
2 changed files with 42 additions and 0 deletions
|
@ -184,3 +184,9 @@ class LocationLink:
|
|||
"targetRange": self.target_range.to_json(),
|
||||
"targetSelectionRange": self.target_selection_range.to_json(),
|
||||
}
|
||||
|
||||
|
||||
@dataclass
|
||||
class TextEdit:
|
||||
range: Range
|
||||
newText: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue