We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55f956e + cf44f0f commit 618da18Copy full SHA for 618da18
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2014 Dave Olsen, http://dmolsen.com
+Copyright (c) 2014 Dave Olsen, http://dmolsen.com
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy of
6
this software and associated documentation files (the "Software"), to deal in
composer.json
@@ -31,9 +31,9 @@
31
"patternlab": {
32
"config": [
33
{
34
- "patternExtension": "twig",
35
- "lineageMatch": "{%([ ]+)?include [\"\']([A-Za-z0-9-_]+)[\"\'](.*)%}",
+ "lineageMatch": "{%([ ]+)?include ["\\']([A-Za-z0-9-_]+)["\\'](.*)%}",
36
"lineageMatchKey": 2,
+ "patternExtension": "twig",
37
"twigDebug": false,
38
"twigDefaultDateFormat": "",
39
"twigDefaultIntervalFormat": "",
0 commit comments