public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
Updated syntax file for php
js (author)
Fri Feb 22 04:50:50 -0800 2008
commit  a19b4fc9fa8fa789423669ab2dc964a4b5da341a
tree    d49a90d122066073d00e4a564309aaa76437d616
parent  f28cafd973cb2f3077a1df019cae5e0ab77fb3b6
...
8
9
10
11
 
12
13
14
...
21
22
23
 
 
 
 
 
 
24
25
26
...
29
30
31
32
 
33
34
35
36
37
38
39
...
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
...
132
133
134
135
 
136
137
138
...
145
146
147
148
 
149
150
151
...
160
161
162
163
164
 
 
165
166
167
168
169
170
 
171
172
173
...
206
207
208
209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
211
212
...
215
216
217
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
 
 
219
220
221
222
223
224
225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
227
228
229
 
230
 
 
231
232
 
233
234
235
236
 
237
238
 
239
 
 
240
241
 
242
243
244
...
249
250
251
252
 
253
254
 
255
256
257
...
293
294
295
296
297
298
 
299
300
301
...
311
312
313
 
 
314
315
316
...
382
383
384
 
385
386
387
...
395
396
397
 
398
399
400
401
402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
404
405
...
419
420
421
422
423
424
425
 
426
427
 
428
429
 
430
431
 
432
433
 
434
435
 
436
437
 
438
439
 
440
441
 
442
443
 
444
445
 
446
447
 
448
449
 
450
451
 
452
453
 
454
455
 
456
457
 
458
459
 
460
461
 
462
463
 
464
465
 
466
467
 
468
469
 
470
471
 
472
473
 
474
475
 
476
477
 
478
479
 
480
481
 
482
483
 
484
485
 
486
487
 
488
489
 
490
491
 
492
493
 
494
495
 
496
497
 
498
499
 
500
501
 
502
503
 
504
505
 
506
507
 
508
509
 
510
511
 
512
513
 
514
515
 
516
517
 
518
519
 
520
521
 
522
523
 
524
525
 
526
527
 
528
529
 
530
531
 
532
533
 
534
535
 
536
537
 
538
539
 
540
541
 
542
543
 
544
545
 
546
547
 
 
 
548
549
 
550
551
 
552
553
 
554
555
 
556
557
 
558
559
 
560
561
 
562
563
 
564
565
 
566
567
 
568
569
 
570
571
 
572
573
 
574
575
 
576
577
 
578
579
 
580
581
 
582
583
 
584
585
 
586
587
 
588
589
 
590
591
 
592
593
 
594
595
 
596
597
 
598
599
 
600
601
 
602
603
 
604
605
 
606
607
 
608
609
 
610
611
 
612
613
 
614
615
 
616
617
 
618
619
 
620
621
 
622
623
 
624
625
 
626
627
 
628
629
 
630
631
 
632
633
 
634
635
 
636
637
 
638
639
 
640
641
 
642
643
 
644
645
 
646
647
 
648
649
 
650
651
 
652
653
 
654
655
 
656
657
 
658
659
 
660
661
 
662
663
 
664
665
 
666
667
 
668
669
 
670
671
 
672
673
 
674
675
 
676
677
 
678
679
 
680
681
 
682
683
 
684
685
 
686
687
 
688
689
 
690
691
 
692
693
 
694
695
 
696
697
 
698
699
 
700
701
 
702
703
 
704
705
 
706
707
 
708
709
 
710
711
 
712
713
 
714
715
 
716
717
 
718
719
 
720
721
 
722
723
 
724
725
 
726
727
 
728
729
 
730
731
 
732
733
 
734
735
 
736
737
 
738
739
 
740
741
 
742
743
 
744
745
 
 
 
746
747
 
 
 
748
749
750
751
752
753
 
754
755
756
757
758
 
 
 
759
760
761
...
771
772
773
774
775
 
776
777
778
779
780
781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
783
784
 
 
 
785
786
 
 
 
787
788
 
 
 
789
790
 
791
792
793
...
795
796
797
798
 
799
800
801
802
803
804
805
 
 
 
 
 
806
807
808
 
809
 
 
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
...
853
854
855
856
 
857
858
859
...
872
873
874
 
875
876
877
878
879
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
880
881
882
...
896
897
898
899
 
900
901
902
...
937
938
939
940
 
941
942
943
944
945
946
 
947
948
949
...
959
960
961
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
962
963
964
965
 
 
 
 
966
967
 
968
969
970
...
8
9
10
 
11
12
13
14
...
21
22
23
24
25
26
27
28
29
30
31
32
...
35
36
37
 
38
39
40
 
 
41
42
43
...
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
134
135
136
 
137
138
139
140
141
142
143
...
155
156
157
 
158
159
160
161
...
168
169
170
 
171
172
173
174
...
183
184
185
 
 
186
187
188
189
190
191
192
 
193
194
195
196
...
229
230
231
 
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
...
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
 
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
 
326
327
328
329
330
 
331
332
333
334
 
335
336
 
337
338
339
340
341
 
342
343
344
345
...
350
351
352
 
353
354
 
355
356
357
358
...
394
395
396
 
 
 
397
398
399
400
...
410
411
412
413
414
415
416
417
...
483
484
485
486
487
488
489
...
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
...
571
572
573
 
 
574
 
575
576
 
577
578
 
579
580
 
581
582
 
583
584
 
585
586
 
587
588
 
589
590
 
591
592
 
593
594
 
595
596
 
597
598
 
599
600
 
601
602
 
603
604
 
605
606
 
607
608
 
609
610
 
611
612
 
613
614
 
615
616
 
617
618
 
619
620
 
621
622
 
623
624
 
625
626
 
627
628
 
629
630
 
631
632
 
633
634
 
635
636
 
637
638
 
639
640
 
641
642
 
643
644
 
645
646
 
647
648
 
649
650
 
651
652
 
653
654
 
655
656
 
657
658
 
659
660
 
661
662
 
663
664
 
665
666
 
667
668
 
669
670
 
671
672
 
673
674
 
675
676
 
677
678
 
679
680
 
681
682
 
683
684
 
685
686
 
687
688
 
689
690
 
691
692
 
693
694
 
695
696
 
697
698
699
700
 
701
702
 
703
704
 
705
706
 
707
708
 
709
710
 
711
712
 
713
714
 
715
716
 
717
718
 
719
720
 
721
722
 
723
724
 
725
726
 
727
728
 
729
730
 
731
732
 
733
734
 
735
736
 
737
738
 
739
740
 
741
742
 
743
744
 
745
746
 
747
748
 
749
750
 
751
752
 
753
754
 
755
756
 
757
758
 
759
760
 
761
762
 
763
764
 
765
766
 
767
768
 
769
770
 
771
772
 
773
774
 
775
776
 
777
778
 
779
780
 
781
782
 
783
784
 
785
786
 
787
788
 
789
790
 
791
792
 
793
794
 
795
796
 
797
798
 
799
800
 
801
802
 
803
804
 
805
806
 
807
808
 
809
810
 
811
812
 
813
814
 
815
816
 
817
818
 
819
820
 
821
822
 
823
824
 
825
826
 
827
828
 
829
830
 
831
832
 
833
834
 
835
836
 
837
838
 
839
840
 
841
842
 
843
844
 
845
846
 
847
848
 
849
850
 
851
852
 
853
854
 
855
856
 
857
858
 
859
860
 
861
862
 
863
864
 
865
866
 
867
868
 
869
870
 
871
872
 
873
874
 
875
876
 
877
878
 
879
880
 
881
882
 
883
884
 
885
886
 
887
888
 
889
890
 
891
892
 
893
894
 
895
896
 
897
898
899
900
 
901
902
903
904
905
906
907
908
 
909
910
911
912
913
914
915
916
917
918
919
920
...
930
931
932
 
 
933
934
935
 
 
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
 
957
958
959
960
 
961
962
963
964
 
965
966
967
968
 
969
970
971
972
...
974
975
976
 
977
978
979
980
981
982
983
 
984
985
986
987
988
989
990
 
991
992
993
994
995
996
997
 
 
 
 
 
 
 
 
 
 
 
998
999
1000
...
1027
1028
1029
 
1030
1031
1032
1033
...
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
...
1108
1109
1110
 
1111
1112
1113
1114
...
1149
1150
1151
 
1152
1153
1154
1155
1156
1157
 
1158
1159
1160
1161
...
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
 
 
 
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
0
@@ -8,7 +8,7 @@ repository:
0
     endCaptures:
0
       "0":
0
         name: punctuation.definition.string.end.php
0
- begin: (?x)'/ (?= (\\.|[^'/])+/[imsxeADSUXu]*' )
0
+ begin: (?x)'/ (?= (\\.|[^'/])++/[imsxeADSUXu]*' )
0
     beginCaptures:
0
       "0":
0
         name: punctuation.definition.string.begin.php
0
@@ -21,6 +21,12 @@ repository:
0
         "3":
0
           name: punctuation.definition.arbitrary-repitition.php
0
       match: (\{)\d+(,\d+)?(\})
0
+ - name: constant.character.escape.regex.php
0
+ match: (\\){1,2}[.$^\[\]{}]
0
+ comment: "Escaped from the regexp \xE2\x80\x93 there can also be 2 backslashes (since 1 will escape the first)"
0
+ - name: constant.character.escape.php
0
+ match: \\{1,2}[\\']
0
+ comment: "Escaped from the PHP string \xE2\x80\x93 there can also be 2 backslashes (since 1 will escape the first)"
0
     - name: string.regexp.character-class.php
0
       captures:
0
         "0":
0
@@ -29,11 +35,9 @@ repository:
0
       end: \]
0
       patterns:
0
       - name: constant.character.escape.php
0
- match: \\[\\']
0
+ match: \\[\\'\[\]]
0
     - name: keyword.operator.regexp.php
0
       match: "[$^+*]"
0
- - name: constant.character.escape.php
0
- match: \\[\\']
0
   variables:
0
     patterns:
0
     - include: "#var_global"
0
@@ -45,76 +49,95 @@ repository:
0
       "0":
0
         name: punctuation.definition.string.end.php
0
     begin: "\""
0
+ contentName: meta.string-contents.quoted.double.php
0
     beginCaptures:
0
       "0":
0
         name: punctuation.definition.string.begin.php
0
     end: "\""
0
     patterns:
0
- - name: constant.character.escape.php
0
- match: \\.
0
     - include: "#interpolation"
0
+ comment: "This contentName is just to allow the usage of \xE2\x80\x9Cselect scope\xE2\x80\x9D to select the string contents first, then the string with quotes"
0
   language:
0
     patterns:
0
- - name: meta.scope.heredoc
0
- endCaptures:
0
- "1":
0
- name: keyword.operator.heredoc.php
0
- "2":
0
- name: punctuation.definition.string.php
0
- begin: (<<<)\s*(HTML)
0
- contentName: text.html.basic.embedded
0
- beginCaptures:
0
- "1":
0
- name: punctuation.definition.string.php
0
- "2":
0
- name: keyword.operator.heredoc.php
0
- end: ^(HTML)(;?)$
0
- patterns:
0
- - include: text.html.basic
0
- - include: "#interpolation"
0
- - name: meta.scope.heredoc
0
- endCaptures:
0
- "1":
0
- name: keyword.operator.heredoc.php
0
- "2":
0
- name: punctuation.definition.string.php
0
- begin: (<<<)\s*(XML)
0
- contentName: text.xml.embedded
0
- beginCaptures:
0
- "1":
0
- name: punctuation.definition.string.php
0
- "2":
0
- name: keyword.operator.heredoc.php
0
- end: ^(XML)(;?)$
0
- patterns:
0
- - include: text.xml
0
- - include: "#interpolation"
0
- - name: meta.scope.heredoc
0
- endCaptures:
0
- "1":
0
- name: keyword.operator.heredoc.php
0
- "2":
0
- name: punctuation.definition.string.php
0
- begin: (<<<)\s*(SQL)
0
- contentName: source.sql.embedded
0
- beginCaptures:
0
- "1":
0
- name: punctuation.definition.string.php
0
- "2":
0
- name: keyword.operator.heredoc.php
0
- end: ^(SQL)(;?)$
0
+ - name: string.unquoted.heredoc.php
0
+ begin: (?=<<<\s*(HTML|XML|SQL)\s*$)
0
+ end: (?!<?<<\s*(HTML|XML|SQL)\s*$)
0
       patterns:
0
- - include: source.sql
0
- - include: "#interpolation"
0
+ - name: meta.embedded.html
0
+ endCaptures:
0
+ "0":
0
+ name: punctuation.section.embedded.end.php
0
+ "1":
0
+ name: keyword.operator.heredoc.php
0
+ "2":
0
+ name: punctuation.definition.string.php
0
+ begin: (<<<)\s*(HTML)\s*$\n?
0
+ contentName: text.html
0
+ beginCaptures:
0
+ "0":
0
+ name: punctuation.section.embedded.begin.php
0
+ "1":
0
+ name: punctuation.definition.string.php
0
+ "2":
0
+ name: keyword.operator.heredoc.php
0
+ end: ^(HTML)(;?)$\n?
0
+ patterns:
0
+ - include: text.html.basic
0
+ - include: "#interpolation"
0
+ - name: meta.embedded.xml
0
+ endCaptures:
0
+ "0":
0
+ name: punctuation.section.embedded.end.php
0
+ "1":
0
+ name: keyword.operator.heredoc.php
0
+ "2":
0
+ name: punctuation.definition.string.php
0
+ begin: (<<<)\s*(XML)\s*$\n?
0
+ contentName: text.xml
0
+ beginCaptures:
0
+ "0":
0
+ name: punctuation.section.embedded.begin.php
0
+ "1":
0
+ name: punctuation.definition.string.php
0
+ "2":
0
+ name: keyword.operator.heredoc.php
0
+ end: ^(XML)(;?)$\n?
0
+ patterns:
0
+ - include: text.xml
0
+ - include: "#interpolation"
0
+ - name: meta.embedded.sql
0
+ endCaptures:
0
+ "0":
0
+ name: punctuation.section.embedded.end.php
0
+ "1":
0
+ name: keyword.operator.heredoc.php
0
+ "2":
0
+ name: punctuation.definition.string.php
0
+ begin: (<<<)\s*(SQL)\s*$\n?
0
+ contentName: source.sql
0
+ beginCaptures:
0
+ "0":
0
+ name: punctuation.section.embedded.begin.php
0
+ "1":
0
+ name: punctuation.definition.string.php
0
+ "2":
0
+ name: keyword.operator.heredoc.php
0
+ end: ^(SQL)(;?)$\n?
0
+ patterns:
0
+ - include: source.sql
0
+ - include: "#interpolation"
0
     - name: comment.block.documentation.phpdoc.php
0
       captures:
0
         "0":
0
           name: punctuation.definition.comment.php
0
- begin: /\*\*\s*$
0
+ begin: /\*\*(?:#@\+)?\s*$
0
       end: \*/
0
       patterns:
0
       - include: "#php_doc"
0
- comment: This now only highlights a docblock if the first line contains only /** - this is to stop highlighting everything as invalid when people do comment banners with /******** ...
0
+ comment: |-
0
+ This now only highlights a docblock if the first line contains only /**
0
+ - this is to stop highlighting everything as invalid when people do comment banners with /******** ...
0
+ - Now matches /**#@+ too - used for docblock templates: http://manual.phpdoc.org/HTMLframesConverter/default/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.docblocktemplate
0
     - name: comment.block.php
0
       captures:
0
         "0":
0
@@ -132,7 +155,7 @@ repository:
0
           name: punctuation.definition.comment.php
0
       match: (#).*?($\n?|(?=\?>))
0
     - name: meta.interface.php
0
- begin: ^\s*(interface)\s+([a-zA-Z0-9_]+)\s*(extends)?\s*
0
+ begin: ^(?i)\s*(interface)\s+([a-z0-9_]+)\s*(extends)?\s*
0
       beginCaptures:
0
         "1":
0
           name: storage.type.interface.php
0
@@ -145,7 +168,7 @@ repository:
0
       - name: entity.other.inherited-class.php
0
         match: "[a-zA-Z0-9_]+"
0
     - name: meta.class.php
0
- begin: ^\s*(abstract)?\s*(class)\s+([a-zA-Z0-9_]+)\s*
0
+ begin: (?i)^\s*(abstract|final)?\s*(class)\s+([a-z0-9_]+)\s*
0
       beginCaptures:
0
         "1":
0
           name: storage.modifier.abstract.php
0
@@ -160,14 +183,14 @@ repository:
0
             name: storage.modifier.extends.php
0
           "2":
0
             name: entity.other.inherited-class.php
0
- match: (extends)\s+([a-zA-Z0-9_]+)\s*
0
- - begin: (implements)\s+([a-zA-Z0-9_]+)\s*
0
+ match: (?i:(extends))\s+([a-zA-Z0-9_]+)\s*
0
+ - begin: (?i:(implements))\s+([a-zA-Z0-9_]+)\s*
0
         beginCaptures:
0
           "1":
0
             name: storage.modifier.implements.php
0
           "2":
0
             name: support.class.implements.php
0
- end: (?=\s*\bextends)|$
0
+ end: (?=\s*\b(?i:(extends)))|$
0
         patterns:
0
         - captures:
0
             "1":
0
@@ -206,7 +229,38 @@ repository:
0
           name: entity.name.function.php
0
       end: \)
0
       patterns:
0
- - name: meta.function.argument.typehinted.php
0
+ - name: meta.function.argument.array.php
0
+ endCaptures:
0
+ "0":
0
+ name: punctuation.definition.array.end.php
0
+ begin: "(?x)\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(array) # Typehint\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(&)? \t\t\t\t\t# Reference\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*) # The variable name\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(=)\t# A default value\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(array)\\s*(\\()\n\
0
+ \t\t\t\t\t\t\t\t\t"
0
+ contentName: meta.array.php
0
+ beginCaptures:
0
+ "6":
0
+ name: support.function.construct.php
0
+ "7":
0
+ name: punctuation.definition.array.begin.php
0
+ "1":
0
+ name: storage.type.php
0
+ "2":
0
+ name: storage.modifier.php
0
+ "3":
0
+ name: variable.other.php
0
+ "4":
0
+ name: punctuation.definition.variable.php
0
+ "5":
0
+ name: keyword.operator.assignment.php
0
+ end: \)
0
+ patterns:
0
+ - include: "#strings"
0
+ - include: "#numbers"
0
+ - name: meta.function.argument.array.php
0
         captures:
0
           "6":
0
             name: constant.language.php
0
@@ -215,30 +269,77 @@ repository:
0
           "1":
0
             name: storage.type.php
0
           "2":
0
+ name: storage.modifier.php
0
+ "3":
0
+ name: variable.other.php
0
+ "4":
0
+ name: punctuation.definition.variable.php
0
+ "5":
0
+ name: keyword.operator.assignment.php
0
+ match: "(?x)\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(array) # Typehint\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(&)? \t\t\t\t\t# Reference\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*) # The variable name\n\
0
+ \t\t\t\t\t\t\t\t\t(?:\n\
0
+ \t\t\t\t\t\t\t\t\t\t\\s*(=)\t# A default value\n\
0
+ \t\t\t\t\t\t\t\t\t\t\\s*(?i:\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t(NULL)\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t|\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t(\\S.*?)\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t)?\n\
0
+ \t\t\t\t\t\t\t\t\t)?\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(?=,|\\)) # A closing parentheses (end of argument list) or a comma\n\
0
+ \t\t\t\t\t\t\t\t\t"
0
+ - name: meta.function.argument.typehinted.php
0
+ captures:
0
+ "6":
0
+ name: constant.language.php
0
+ "7":
0
+ name: invalid.illegal.non-null-typehinted.php
0
+ "1":
0
             name: support.class.php
0
+ "2":
0
+ name: storage.modifier.php
0
           "3":
0
             name: variable.other.php
0
           "4":
0
             name: punctuation.definition.variable.php
0
           "5":
0
             name: keyword.operator.assignment.php
0
- match: \s*(?i:(array)|([A-Za-z_][A-Za-z_0-9]*))\s*((\$+)[a-zA-Z_\x{7f}-\x{ff}][a-zA-Z0-9_\x{7f}-\x{ff}]*)(?:\s*(=)\s*((?i:NULL)|(.+?)))?\s*(?=,|\))
0
+ match: "(?x)\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*([A-Za-z_][A-Za-z_0-9]*) # Typehinted class name\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(&)? \t\t\t\t\t# Reference\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*) # The variable name\n\
0
+ \t\t\t\t\t\t\t\t\t(?:\n\
0
+ \t\t\t\t\t\t\t\t\t\t\\s*(=)\t# A default value\n\
0
+ \t\t\t\t\t\t\t\t\t\t\\s*(?i:\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t(NULL)\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t|\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t(\\S.*?)\n\
0
+ \t\t\t\t\t\t\t\t\t\t\t)?\n\
0
+ \t\t\t\t\t\t\t\t\t)?\n\
0
+ \t\t\t\t\t\t\t\t\t\\s*(?=,|\\)) # A closing parentheses (end of argument list) or a comma\n\
0
+ \t\t\t\t\t\t\t\t\t"
0
       - name: meta.function.argument.no-default.php
0
         captures:
0
           "1":
0
- name: variable.other.php
0
+ name: storage.modifier.php
0
           "2":
0
+ name: variable.other.php
0
+ "3":
0
             name: punctuation.definition.variable.php
0
- match: \s*((\$+)[a-zA-Z_\x{7f}-\x{ff}][a-zA-Z0-9_\x{7f}-\x{ff}]*)\s*(?=,|\))
0
+ match: (\s*&)?\s*((\$+)[a-zA-Z_\x{7f}-\x{ff}][a-zA-Z0-9_\x{7f}-\x{ff}]*)\s*(?=,|\))
0
       - name: meta.function.argument.default.php
0
         captures:
0
           "1":
0
- name: variable.other.php
0
+ name: storage.modifier.php
0
           "2":
0
- name: punctuation.definition.variable.php
0
+ name: variable.other.php
0
           "3":
0
+ name: punctuation.definition.variable.php
0
+ "4":
0
             name: keyword.operator.assignment.php
0
- begin: