Indent draft, linewise paste

This commit is contained in:
Blaž Hrastnik 2020-10-09 16:58:43 +09:00
parent 4a648555ed
commit 00e661f600
7 changed files with 209 additions and 12 deletions

View file

@ -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;