indent on typing dot. fixes #439

This commit is contained in:
Simon Vandel Sillesen
2019-01-06 00:58:03 +01:00
parent 3e42a15878
commit f99398d9d5
4 changed files with 103 additions and 39 deletions

View File

@@ -16,7 +16,7 @@ pub use self::{
line_index::{LineCol, LineIndex},
line_index_utils::translate_offset_with_edit,
structure::{file_structure, StructureNode},
typing::{join_lines, on_enter, on_eq_typed},
typing::{join_lines, on_enter, on_dot_typed, on_eq_typed},
diagnostics::diagnostics
};
use ra_text_edit::TextEditBuilder;