Commit 11b65d0
committed
feat(config): Added some extra description types
These are,
- `code`, For foldijg chunks of code.
- `chunk`, Same as `code`.
- `func`, For folding function bodies.
- `method`, For folding method bodies or methods.
- `var`, For folding variable definitions.
Usage,
```lua
--{{{ "var: Default variables"
local a = 1;
local b = 2;
--}}}
```1 parent f11adec commit 11b65d0
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
186 | 207 | | |
187 | 208 | | |
188 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
189 | 214 | | |
190 | 215 | | |
191 | 216 | | |
| |||
0 commit comments