-
Notifications
You must be signed in to change notification settings - Fork 11
/
.vimproject
133 lines (133 loc) · 3.33 KB
/
.vimproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
mustache=/home/matthew/git/phly_mustache CD=. filter="*.php *.html *.xml *.txt" {
LICENSE
README.md
TODO
.travis.yml
docs=docs filter="conf.py *.rst Makefile" {
conf.py
documentation.rst
index.rst
pragmas.rst
rendering.rst
resolvers.rst
syntax.rst
usage.rst
Makefile
}
library=library {
Phly=Phly {
Mustache=Mustache {
_autoload.php
Exception.php
Lexer.php
Mustache.php
Pragma.php
Renderer.php
Exception=Exception {
BadMethodCallException.php
InvalidDelimiterException.php
InvalidEscaperException.php
InvalidPartialsException.php
InvalidPragmaNameException.php
InvalidStateException.php
InvalidTemplateException.php
InvalidTemplatePathException.php
InvalidTokensException.php
InvalidVariableNameException.php
TemplateNotFoundException.php
UnbalancedSectionException.php
UnbalancedTagException.php
UnregisteredPragmaException.php
}
Pragma=Pragma {
AbstractPragma.php
ImplicitIterator.php
SubView.php
SubViews.php
}
Resolver=Resolver {
DefaultResolver.php
ResolverInterface.php
}
}
}
}
tests=tests CD=. {
bootstrap.php
phpunit.xml
PhlyTest=PhlyTest {
Mustache=Mustache {
HierarchicalViewsTest.php
MustacheTest.php
DefaultResolverTest.php
Pragma=Pragma {
SubViewsTest.php
}
TestAsset=TestAsset {
NestedObject.php
PartialView.php
ViewWithArrayEnumerable.php
ViewWithHigherOrderSection.php
ViewWithMethod.php
ViewWithNestedObjects.php
ViewWithObjectForPartial.php
ViewWithTraversableObject.php
}
templates=templates filter="*.mustache" {
crazy_recursive.mustache
dot-notation.mustache
footer.mustache;
issue-5-subview.mustache
issue-5.mustache
issue-17-child.mustache
issue-17-nested-child.mustache
issue-17-parent.mustache
issue-17-nested-child-2.mustache
issue-17-child2.mustache
issue-17-parent2.mustache
navigation.mustache
node.mustache
partial-template.mustache
partial-with-section.mustache
renders-file-templates.mustache
sub-view-containing-sub-views.mustache
sub-view-from-closure.mustache
sub-view-sidebar.mustache
sub-view-template.mustache
sub.mustache
sub-incomplete.mustache
super.mustache
template-referencing-php-function.mustache
template-referencing-static-function-notempty.mustache
template-referencing-static-function.mustache
template-with-aliased-partial.mustache
template-with-comments.mustache
template-with-conditional.mustache
template-with-delim-set-in-section.mustache
template-with-delim-set.mustache
template-with-dereferencing.mustache
template-with-enumerable.mustache
template-with-implicit-iterator.mustache
template-with-inverted-section.mustache
template-with-method-substitution.mustache
template-with-partial.mustache
template-with-partials-and-delim-set.mustache
template-with-pragma-and-partial.mustache
template-with-pragma-in-section.mustache
template-with-sections-and-delim-set.mustache
template-with-sub-view.mustache
foo.mustache
foo.tpl
foo=foo {
bar.mustache
bar.tpl
bar=bar {
baz.mustache
baz.tpl
}
}
}
}
}
}
}