Skip to content

Commit

Permalink
Add wesbos-cobalt2 from @stevebauman/shiki
Browse files Browse the repository at this point in the history
Closes #199
  • Loading branch information
stevebauman committed Dec 15, 2023
1 parent 262e7e3 commit c244ab6
Show file tree
Hide file tree
Showing 77 changed files with 28,862 additions and 15,579 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nuxtjs/pwa": "^3.3.5",
"@panzoom/panzoom": "^4.4.4",
"@pinia/nuxt": "^0.1.8",
"@stevebauman/shiki": "^0.10.4",
"@stevebauman/shiki": "^0.10.5",
"@tailwindcss/forms": "^0.4.0",
"@vueuse/core": "^8.2.6",
"autoprefixer": "^10.4.2",
Expand Down
51 changes: 34 additions & 17 deletions static/shiki/languages/abap.tmLanguage.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/shiki/languages/actionscript-3.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
]
},
"control_keywords": {
"match": "\\b(if|else|do|while|for|each|continue|return|switch|case|default|break|try|catch|finally|throw)\\b",
"match": "\\b(if|else|do|while|for|each|continue|return|switch|case|default|break|try|catch|finally|throw|with)\\b",
"name": "keyword.control.actionscript.3"
},
"dynamic_type": {
Expand Down Expand Up @@ -572,7 +572,7 @@
]
},
"method": {
"begin": "(?x) (^|\\s+) ((\\w+)\\s+)? ((\\w+)\\s+)? ((\\w+)\\s+)? (\\w+) (?=\\s+\\bfunction\\b)",
"begin": "(?x) (^|\\s+) ((\\w+)\\s+)? ((\\w+)\\s+)? ((\\w+)\\s+)? ((\\w+)\\s+)? (?=\\bfunction\\b)",
"beginCaptures": {
"3": {
"name": "storage.modifier.actionscript.3"
Expand Down
2 changes: 1 addition & 1 deletion static/shiki/languages/all.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions static/shiki/languages/apex.tmLanguage.json

Large diffs are not rendered by default.

Loading

0 comments on commit c244ab6

Please sign in to comment.