mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
sxhkd is back
This commit is contained in:
@@ -48,7 +48,9 @@ $2
|
||||
endsnippet
|
||||
|
||||
snippet ,p "Paragraph" A
|
||||
<p>$1</p>
|
||||
<p>
|
||||
$1
|
||||
</p>
|
||||
$2
|
||||
endsnippet
|
||||
|
||||
@@ -63,19 +65,17 @@ endsnippet
|
||||
snippet ,ul "Itemization" A
|
||||
<ul>
|
||||
<li>$1</li>
|
||||
$2
|
||||
</ul>
|
||||
endsnippet
|
||||
|
||||
snippet ,li "List Element" A
|
||||
|
||||
<li>$1</li>
|
||||
$2
|
||||
endsnippet
|
||||
|
||||
snippet ,ol "Enumeration" A
|
||||
<ol>
|
||||
<li>$1</li>
|
||||
$2
|
||||
</ol>
|
||||
endsnippet
|
||||
|
||||
|
Reference in New Issue
Block a user