Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/comment.rs')
| -rw-r--r-- | helix-core/src/comment.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-core/src/comment.rs b/helix-core/src/comment.rs index 6bb1f300..5985cac7 100644 --- a/helix-core/src/comment.rs +++ b/helix-core/src/comment.rs @@ -4,7 +4,8 @@ use smallvec::SmallVec; use crate::{ - syntax::BlockCommentToken, Change, Range, Rope, RopeSlice, Selection, Tendril, Transaction, + syntax::config::BlockCommentToken, Change, Range, Rope, RopeSlice, Selection, Tendril, + Transaction, }; use helix_stdx::rope::RopeSliceExt; use std::borrow::Cow; |