mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
23 lines
247 B
Text
23 lines
247 B
Text
priority -50
|
|
|
|
snippet `py "Python code block"
|
|
```python
|
|
${1}
|
|
```
|
|
endsnippet
|
|
|
|
snippet `sh "Bash code block"
|
|
```bash
|
|
${1}
|
|
```
|
|
endsnippet
|
|
|
|
snippet `go "GO code block"
|
|
```go
|
|
${1}
|
|
```
|
|
endsnippet
|
|
|
|
snippet // "Comment"
|
|
<!-- ${1:${VISUAL}} -->
|
|
endsnippet
|