Redo section snippets for python
This commit is contained in:
parent
aa20450e89
commit
e4914f58de
1 changed files with 13 additions and 2 deletions
|
@ -96,12 +96,23 @@ ls.add_snippets("python", {
|
||||||
{ i(1), rep(1), i(2), i(0) }
|
{ i(1), rep(1), i(2), i(0) }
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
s({ trig = "rupysection", dscr = "Secion snippet" },
|
||||||
|
fmt(
|
||||||
|
[[
|
||||||
|
##################################### Секция #############################################
|
||||||
|
# Тема: {}
|
||||||
|
##########################################################################################
|
||||||
|
{}
|
||||||
|
]],
|
||||||
|
{ i(1), i(0) }
|
||||||
|
)
|
||||||
|
),
|
||||||
s({ trig = "pysection", dscr = "Secion snippet" },
|
s({ trig = "pysection", dscr = "Secion snippet" },
|
||||||
fmt(
|
fmt(
|
||||||
[[
|
[[
|
||||||
##################### Section ##############################
|
##################################### Section ############################################
|
||||||
# Section topic: {}
|
# Section topic: {}
|
||||||
############################################################
|
##########################################################################################
|
||||||
{}
|
{}
|
||||||
]],
|
]],
|
||||||
{ i(1), i(0) }
|
{ i(1), i(0) }
|
||||||
|
|
Loading…
Reference in a new issue