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

Commit e85ab96

Browse files
Ben3eeEclaytonrcarter
authored andcommitted
🎨
1 parent 4ad05a8 commit e85ab96

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

grammars/tree-sitter-php.cson

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ folds: [
4444
]
4545

4646
scopes:
47+
'program': 'source.php'
48+
4749
'"echo"': 'support.function'
4850
'"print"': 'support.function'
4951
'"unset"': 'support.function'
@@ -58,8 +60,6 @@ scopes:
5860

5961
'member_access_expression > name': 'variable.other.object.property'
6062

61-
'program': 'source.php'
62-
6363
'class_declaration > name': 'entity.name.type.class'
6464
'class_base_clause > qualified_name > name': 'entity.other.inherited-class'
6565

@@ -107,6 +107,7 @@ scopes:
107107
'"final"': 'storage.modifier.final'
108108
'"use"': 'keyword.other.use'
109109
'"namespace"': 'keyword.other.namespace'
110+
110111
'"callable"': 'storage.type'
111112
'"var"': 'storage.type'
112113
'"trait"': 'storage.type.trait'

0 commit comments

Comments
 (0)