Skip to content

Commit 621f801

Browse files
chore: update grammars and themes
1 parent b0fe129 commit 621f801

File tree

189 files changed

+4322
-4272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+4322
-4272
lines changed

latest-shiki-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2979b452afe43a0f71ec56466d7313c4686efd9f
1+
fe8555b1274a8f1476dfa30786c73e590d486609

vendor/phiki/phiki/resources/languages/abap.json

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

vendor/phiki/phiki/resources/languages/actionscript-3.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
],
9393
"repository": {
9494
"arithmetic_operators": {
95-
"match": "(\\+|-|/|%|(?<!:)\\*)",
95+
"match": "(\\+|\\-|/|%|(?<!:)\\*)",
9696
"name": "keyword.operator.actionscript.3"
9797
},
9898
"array_access_operators": {
@@ -358,7 +358,7 @@
358358
]
359359
},
360360
"functions": {
361-
"begin": "\\b(function)\\b(?:\\s+\\b(get|set)\\b\\s+)?\\s*([a-zA-Z0-9_$]+\\b)?",
361+
"begin": "\\b(function)\\b(?:\\s+\\b(get|set)\\b\\s+)?\\s*([a-zA-Z0-9_\\$]+\\b)?",
362362
"beginCaptures": {
363363
"1": {
364364
"name": "storage.type.function.actionscript.3"
@@ -391,7 +391,7 @@
391391
}
392392
},
393393
"comment": "Following convention, let's guess that anything in all caps/digits (possible underscores) is a constant.",
394-
"match": "\\b([A-Z$][A-Z0-9_]+)\\b"
394+
"match": "\\b([A-Z\\$][A-Z0-9_]+)\\b"
395395
},
396396
"guess_type": {
397397
"captures": {
@@ -400,7 +400,7 @@
400400
}
401401
},
402402
"comment": "Following convention, let's guess that any word starting with one or more capital letters (that contains at least some lower-case letters so that constants aren't detected) refers to a class/type. May be fully-qualified.",
403-
"match": "\\b((?:[A-Za-z0-9_$]+\\.)*[A-Z][A-Z0-9]*[a-z]+[A-Za-z0-9_$]*)\\b"
403+
"match": "\\b((?:[A-Za-z0-9_\\$]+\\.)*[A-Z][A-Z0-9]*[a-z]+[A-Za-z0-9_\\$]*)\\b"
404404
},
405405
"implements": {
406406
"captures": {
@@ -426,7 +426,7 @@
426426
"name": "support.type.actionscript.3"
427427
}
428428
},
429-
"match": "(^|\\s+|;)\\b(import)\\b\\s+([A-Za-z0-9$_\\.]+(?:\\.\\*)?)\\s*(?=;|$)",
429+
"match": "(^|\\s+|;)\\b(import)\\b\\s+([A-Za-z0-9\\$_\\.]+(?:\\.\\*)?)\\s*(?=;|$)",
430430
"name": "meta.import.actionscript.3"
431431
},
432432
"interface": {
@@ -642,11 +642,11 @@
642642
"name": "storage.modifier.actionscript.3"
643643
}
644644
},
645-
"match": "((\\w+)\\s+)?(namespace)\\s+(?:[A-Za-z0-9_$]+)",
645+
"match": "((\\w+)\\s+)?(namespace)\\s+(?:[A-Za-z0-9_\\$]+)",
646646
"name": "meta.namespace_declaration.actionscript.3"
647647
},
648648
"numbers": {
649-
"match": "\\b((0(x|X)[0-9a-fA-F]*)|((\\d+\\.?\\d*)|(\\.\\d+))((e|E)(\\+|-)?\\d+)?)(L|l|UL|ul|u|U|F|f)?\\b",
649+
"match": "\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\\b",
650650
"name": "constant.numeric.actionscript.3"
651651
},
652652
"object_literal": {
@@ -772,7 +772,7 @@
772772
"name": "meta.package_name.actionscript.3"
773773
},
774774
"parameters": {
775-
"begin": "(\\.\\.\\.)?\\s*([A-Za-z_$][A-Za-z0-9_$]*)(?:\\s*(:)\\s*(?:(?:([A-Za-z$][A-Za-z0-9_$]+(?:\\.[A-Za-z$][A-Za-z0-9_$]+)*)(?:\\.<([A-Za-z$][A-Za-z0-9_$]+(?:\\.[A-Za-z$][A-Za-z0-9_$]+)*)>)?)|(\\*)))?(?:\\s*(=))?",
775+
"begin": "(\\.\\.\\.)?\\s*([A-Za-z\\_\\$][A-Za-z0-9_\\$]*)(?:\\s*(\\:)\\s*(?:(?:([A-Za-z\\$][A-Za-z0-9_\\$]+(?:\\.[A-Za-z\\$][A-Za-z0-9_\\$]+)*)(?:\\.<([A-Za-z\\$][A-Za-z0-9_\\$]+(?:\\.[A-Za-z\\$][A-Za-z0-9_\\$]+)*)>)?)|(\\*)))?(?:\\s*(=))?",
776776
"beginCaptures": {
777777
"1": {
778778
"name": "keyword.operator.actionscript.3"
@@ -881,7 +881,7 @@
881881
"name": "support.type.actionscript.3"
882882
}
883883
},
884-
"match": "(:)\\s*(?:([A-Za-z$][A-Za-z0-9_$]+(?:\\.[A-Za-z$][A-Za-z0-9_$]+)*)(?:\\.<([A-Za-z$][A-Za-z0-9_$]+(?:\\.[A-Za-z$][A-Za-z0-9_$]+)*)>)?)|(\\*)"
884+
"match": "(\\:)\\s*(?:([A-Za-z\\$][A-Za-z0-9_\\$]+(?:\\.[A-Za-z\\$][A-Za-z0-9_\\$]+)*)(?:\\.<([A-Za-z\\$][A-Za-z0-9_\\$]+(?:\\.[A-Za-z\\$][A-Za-z0-9_\\$]+)*)>)?)|(\\*)"
885885
},
886886
"strings": {
887887
"patterns": [
@@ -944,7 +944,7 @@
944944
"name": "keyword.operator.actionscript.3"
945945
}
946946
},
947-
"match": "((static)\\s+)?((\\w+)\\s+)?((static)\\s+)?(const|var)\\s+(?:[A-Za-z0-9_$]+)(?:\\s*(:))?",
947+
"match": "((static)\\s+)?((\\w+)\\s+)?((static)\\s+)?(const|var)\\s+(?:[A-Za-z0-9_\\$]+)(?:\\s*(:))?",
948948
"name": "meta.variable_declaration.actionscript.3"
949949
},
950950
"vector_creation_operators": {

vendor/phiki/phiki/resources/languages/ada.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
]
199199
}
200200
},
201-
"match": "(?i)\\b([^(=>)]*)\\s*(=>)\\s*([^,)]+)",
201+
"match": "(?i)\\b([^(=>)]*)\\s*(=>)\\s*([^,\\)]+)",
202202
"name": "meta.definition.array.aggregate.component.ada"
203203
},
204204
"array_dimensions": {
@@ -534,7 +534,7 @@
534534
]
535535
}
536536
},
537-
"match": "(?i)(\\d(?:(_)?\\d)*#)[0-9a-f](?:(_)?[0-9a-f])*(?:(\\.)[0-9a-f](?:(_)?[0-9a-f])*)?(#)([eE](?:\\+|-)?\\d(?:_?\\d)*)?",
537+
"match": "(?i)(\\d(?:(_)?\\d)*#)[0-9a-f](?:(_)?[0-9a-f])*(?:(\\.)[0-9a-f](?:(_)?[0-9a-f])*)?(#)([eE](?:\\+|\\-)?\\d(?:_?\\d)*)?",
538538
"name": "constant.numeric.ada"
539539
},
540540
"basic_declaration": {
@@ -941,7 +941,7 @@
941941
]
942942
}
943943
},
944-
"match": "(?i)\\b((?:\\w|\\d|_)+)\\s*(=>)\\s*([^,)])+\\b"
944+
"match": "(?i)\\b((?:\\w|\\d|_)+)\\s*(=>)\\s*([^,\\)])+\\b"
945945
},
946946
{
947947
"include": "#expression"
@@ -967,7 +967,7 @@
967967
]
968968
}
969969
},
970-
"match": "\\d(?:(_)?\\d)*(?:(\\.)\\d(?:(_)?\\d)*)?([eE](?:\\+|-)?\\d(?:_?\\d)*)?",
970+
"match": "\\d(?:(_)?\\d)*(?:(\\.)\\d(?:(_)?\\d)*)?([eE](?:\\+|\\-)?\\d(?:_?\\d)*)?",
971971
"name": "constant.numeric.ada"
972972
},
973973
"declarative_item": {
@@ -1330,7 +1330,7 @@
13301330
"name": "punctuation.ada"
13311331
}
13321332
},
1333-
"match": "([eE])(\\+|-)?\\d(?:(_)?\\d)*"
1333+
"match": "([eE])(\\+|\\-)?\\d(?:(_)?\\d)*"
13341334
},
13351335
"expression": {
13361336
"name": "meta.expression.ada",
@@ -2312,7 +2312,7 @@
23122312
]
23132313
}
23142314
},
2315-
"match": "(?i)\\b(others)\\s*(=>)\\s*([^,)]+)"
2315+
"match": "(?i)\\b(others)\\s*(=>)\\s*([^,\\)]+)"
23162316
},
23172317
{
23182318
"include": "#expression"

0 commit comments

Comments
 (0)