Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbbr/vim-twig
Twig syntax and snippets for Vim
https://github.com/qbbr/vim-twig
snippets twig vim
Last synced: about 2 months ago
JSON representation
Twig syntax and snippets for Vim
- Host: GitHub
- URL: https://github.com/qbbr/vim-twig
- Owner: qbbr
- Created: 2011-09-12T15:12:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T15:21:08.000Z (about 1 year ago)
- Last Synced: 2023-12-14T16:35:35.337Z (about 1 year ago)
- Topics: snippets, twig, vim
- Language: Vim Script
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twig syntax and snippets for Vim
[Twig](https://twig.symfony.com/) syntax and snippets.
Based on [evidens vim-twig](https://github.com/evidens/vim-twig)## Syntax
`*.html.twig`, `*.twig`
## Snippets
```
{
#
%
asset
autoescape
block
iblock
constant
do
d, dump
else
elseif
embed
endblock
endfor
endif
extends
filter
flush
for
from
if
iif
import
include
macro
parent
path
raw
render
sandbox
set
setblock
spaceless
url
use
verbatim
```