Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4ad05a8

Browse files
Ben3eeEclaytonrcarter
authored andcommitted
Fold formal_parameters
1 parent 8c8009e commit 4ad05a8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

grammars/tree-sitter-php.cson

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ folds: [
2828
start: {type: '{'},
2929
end: {type: '}'}
3030
}
31+
{
32+
type: 'formal_parameters'
33+
start: {type: '('}
34+
end: {type: ')'}
35+
}
3136
{
3237
start: {type: '(', index: 0},
3338
end: {')', index: -1}

0 commit comments

Comments
 (0)