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::{
|
use crate::{
|
||||||
commands::{self, OnKeyCallback, OnKeyCallbackKind},
|
commands::{self, OnKeyCallback, OnKeyCallbackKind},
|
||||||
compositor::{Component, Context, Event, EventResult},
|
compositor::{Component, Context, Event, EventResult},
|
||||||
|
|
832
languages.toml
832
languages.toml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue