Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```