diff --git a/helix-core/src/comment.rs b/helix-core/src/comment.rs index 427021874..cff8b7051 100644 --- a/helix-core/src/comment.rs +++ b/helix-core/src/comment.rs @@ -9,7 +9,7 @@ use helix_stdx::rope::RopeSliceExt; use std::borrow::Cow; -pub const DEFAULT_COMMENT_TOKEN: &str = "//"; +pub const DEFAULT_COMMENT_TOKEN: &str = "#"; /// Returns the longest matching comment token of the given line (if it exists). pub fn get_comment_token<'a, S: AsRef>(