mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Indent draft, linewise paste
This commit is contained in:
parent
4a648555ed
commit
00e661f600
7 changed files with 209 additions and 12 deletions
|
@ -146,7 +146,7 @@ pub struct Syntax {
|
|||
|
||||
config: Arc<HighlightConfiguration>,
|
||||
|
||||
root_layer: LanguageLayer,
|
||||
pub(crate) root_layer: LanguageLayer,
|
||||
}
|
||||
|
||||
impl Syntax {
|
||||
|
@ -309,7 +309,7 @@ pub struct LanguageLayer {
|
|||
// mode
|
||||
// grammar
|
||||
// depth
|
||||
tree: Option<Tree>,
|
||||
pub(crate) tree: Option<Tree>,
|
||||
}
|
||||
|
||||
use crate::state::coords_at_pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue