|
55 | 55 | }
|
56 | 56 | ]
|
57 | 57 | },
|
58 |
| - "punctuations": { |
| 58 | + "punctuation": { |
59 | 59 | "patterns": [
|
60 | 60 | {
|
61 | 61 | "match": "~",
|
|
89 | 89 | "match": "\\}",
|
90 | 90 | "name": "punctuation.section.braces.end"
|
91 | 91 | },
|
| 92 | + { |
| 93 | + "match": "\\[", |
| 94 | + "name": "punctuation.section.brackets.begin" |
| 95 | + }, |
| 96 | + { |
| 97 | + "match": "\\]", |
| 98 | + "name": "punctuation.section.brackets.end" |
| 99 | + }, |
92 | 100 | {
|
93 | 101 | "match": "\\(",
|
94 | 102 | "name": "punctuation.section.parens.begin"
|
|
188 | 196 | "include": "#operator"
|
189 | 197 | },
|
190 | 198 | {
|
191 |
| - "include": "#punctuations" |
| 199 | + "include": "#punctuation" |
192 | 200 | },
|
193 | 201 | {
|
194 | 202 | "include": "#string"
|
|
289 | 297 | }
|
290 | 298 | ]
|
291 | 299 | },
|
292 |
| - "bracketAccess": { |
293 |
| - "patterns": [ |
294 |
| - { |
295 |
| - "match": "\\[", |
296 |
| - "name": "punctuation.section.brackets.begin" |
297 |
| - }, |
298 |
| - { |
299 |
| - "match": "\\]", |
300 |
| - "name": "punctuation.section.brackets.end" |
301 |
| - } |
302 |
| - ] |
303 |
| - }, |
304 | 300 | "list": {
|
305 | 301 | "patterns": [
|
306 | 302 | {
|
|
542 | 538 | }
|
543 | 539 | },
|
544 | 540 | "patterns": [
|
545 |
| - { |
546 |
| - "include": "#storage" |
547 |
| - }, |
548 |
| - { |
549 |
| - "include": "#ffi-single" |
550 |
| - }, |
551 |
| - { |
552 |
| - "include": "#ffi" |
553 |
| - }, |
554 |
| - { |
555 |
| - "include": "#constant" |
556 |
| - }, |
557 |
| - { |
558 |
| - "include": "#commentLine" |
559 |
| - }, |
560 |
| - { |
561 |
| - "include": "#commentBlock" |
562 |
| - }, |
563 |
| - { |
564 |
| - "include": "#character" |
565 |
| - }, |
566 |
| - { |
567 |
| - "include": "#typeParameter" |
568 |
| - }, |
569 |
| - { |
570 |
| - "include": "#string" |
571 |
| - }, |
572 |
| - { |
573 |
| - "include": "#attribute" |
574 |
| - }, |
575 |
| - { |
576 |
| - "include": "#function" |
577 |
| - }, |
578 |
| - { |
579 |
| - "include": "#list" |
580 |
| - }, |
581 |
| - { |
582 |
| - "include": "#bracketAccess" |
583 |
| - }, |
584 |
| - { |
585 |
| - "include": "#jsx" |
586 |
| - }, |
587 |
| - { |
588 |
| - "include": "#operator" |
589 |
| - }, |
590 |
| - { |
591 |
| - "include": "#number" |
592 |
| - }, |
593 |
| - { |
594 |
| - "include": "#openOrIncludeModule" |
595 |
| - }, |
596 |
| - { |
597 |
| - "include": "#moduleDeclaration" |
598 |
| - }, |
599 |
| - { |
600 |
| - "include": "#moduleAccess" |
601 |
| - }, |
602 |
| - { |
603 |
| - "include": "#constructor" |
604 |
| - }, |
605 |
| - { |
606 |
| - "include": "#keyword" |
607 |
| - }, |
608 |
| - { |
609 |
| - "include": "#punctuations" |
610 |
| - }, |
611 |
| - { |
612 |
| - "include": "#defaultIdIsVariable" |
613 |
| - } |
| 541 | + { "include": "#storage" }, |
| 542 | + { "include": "#ffi-single" }, |
| 543 | + { "include": "#ffi" }, |
| 544 | + { "include": "#constant" }, |
| 545 | + { "include": "#commentLine" }, |
| 546 | + { "include": "#commentBlock" }, |
| 547 | + { "include": "#character" }, |
| 548 | + { "include": "#typeParameter" }, |
| 549 | + { "include": "#string" }, |
| 550 | + { "include": "#attribute" }, |
| 551 | + { "include": "#function" }, |
| 552 | + { "include": "#list" }, |
| 553 | + { "include": "#jsx" }, |
| 554 | + { "include": "#operator" }, |
| 555 | + { "include": "#number" }, |
| 556 | + { "include": "#openOrIncludeModule" }, |
| 557 | + { "include": "#moduleDeclaration" }, |
| 558 | + { "include": "#moduleAccess" }, |
| 559 | + { "include": "#constructor" }, |
| 560 | + { "include": "#keyword" }, |
| 561 | + { "include": "#punctuation" }, |
| 562 | + { "include": "#defaultIdIsVariable" } |
614 | 563 | ]
|
615 | 564 | }
|
0 commit comments