We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcdf47 commit 63fc9bbCopy full SHA for 63fc9bb
package.json
@@ -32,6 +32,10 @@
32
{
33
"language": "php",
34
"path": "./snippets/php.json"
35
+ },
36
+ {
37
+ "language": "twig",
38
+ "path": "./snippets/twig.json"
39
}
40
]
41
},
snippets/twig.json
@@ -0,0 +1,6 @@
1
+{
2
+ "Component Area": {
3
+ "prefix": "flyntArea",
4
+ "body": "{{ area('$1') }}"
5
+ }
6
+}
0 commit comments