mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
Resolve unclosed HTML tag doc warning
This commit is contained in:
parent
981e5cd737
commit
af2ac551ba
@ -159,7 +159,7 @@ impl InsertTextMode {
|
|||||||
/// they match the indentation up to the cursor of the line for
|
/// they match the indentation up to the cursor of the line for
|
||||||
/// which the item is accepted.
|
/// which the item is accepted.
|
||||||
///
|
///
|
||||||
/// Consider a line like this: <2tabs><cursor><3tabs>foo. Accepting a
|
/// Consider a line like this: `<2tabs><cursor><3tabs>foo`. Accepting a
|
||||||
/// multi line completion item is indented using 2 tabs all
|
/// multi line completion item is indented using 2 tabs all
|
||||||
/// following lines inserted will be indented using 2 tabs as well.
|
/// following lines inserted will be indented using 2 tabs as well.
|
||||||
pub const ADJUST_INDENTATION: InsertTextMode = InsertTextMode(2);
|
pub const ADJUST_INDENTATION: InsertTextMode = InsertTextMode(2);
|
||||||
|
Loading…
Reference in New Issue
Block a user