use treesitter coldfolding
This commit is contained in:
parent
924b4c7341
commit
939041bd35
4 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,11 @@
|
|||
extends html
|
||||
|
||||
snippet pre "<pre>print_r()</pre>"
|
||||
echo "<pre>";
|
||||
print_r($0);
|
||||
echo "</pre>";
|
||||
endsnippet
|
||||
|
||||
snippet if "if () {}"
|
||||
if ($1) {
|
||||
$0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue