mirror of https://github.com/helix-editor/helix
parent
768a646468
commit
54143770b7
|
@ -1,3 +1,11 @@
|
|||
/// ```helix
|
||||
/// #(|hello world)#
|
||||
/// #(|hello world)#
|
||||
/// #[hello world|]#
|
||||
/// #(|hello world)#
|
||||
/// ```
|
||||
fn a() {}
|
||||
|
||||
use crate::{
|
||||
commands::{self, OnKeyCallback, OnKeyCallbackKind},
|
||||
compositor::{Component, Context, Event, EventResult},
|
||||
|
|
794
languages.toml
794
languages.toml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue