@shikijs/langs 3.20.0 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/actionscript-3.mjs +1 -1
  2. package/dist/apex.mjs +1 -1
  3. package/dist/blade.mjs +1 -1
  4. package/dist/c3.d.mts +3 -0
  5. package/dist/c3.mjs +5 -0
  6. package/dist/csharp.mjs +1 -1
  7. package/dist/fortran-fixed-form.mjs +1 -1
  8. package/dist/fortran-free-form.mjs +1 -1
  9. package/dist/gd.d.mts +3 -0
  10. package/dist/gd.mjs +2 -0
  11. package/dist/gdresource.mjs +1 -1
  12. package/dist/gdscript.mjs +1 -1
  13. package/dist/gn.d.mts +3 -0
  14. package/dist/gn.mjs +5 -0
  15. package/dist/go.mjs +1 -1
  16. package/dist/index.mjs +12 -0
  17. package/dist/kusto.mjs +1 -1
  18. package/dist/latex.mjs +1 -1
  19. package/dist/lean.mjs +1 -1
  20. package/dist/lua.mjs +1 -1
  21. package/dist/luau.mjs +1 -1
  22. package/dist/markdown-nix.mjs +1 -1
  23. package/dist/markdown-vue.mjs +1 -1
  24. package/dist/marko.mjs +1 -1
  25. package/dist/mbt.d.mts +3 -0
  26. package/dist/mbt.mjs +2 -0
  27. package/dist/mbti.d.mts +3 -0
  28. package/dist/mbti.mjs +2 -0
  29. package/dist/mermaid.mjs +1 -1
  30. package/dist/mojo.mjs +1 -1
  31. package/dist/moonbit.d.mts +3 -0
  32. package/dist/moonbit.mjs +5 -0
  33. package/dist/move.mjs +1 -1
  34. package/dist/odin.d.mts +3 -0
  35. package/dist/odin.mjs +5 -0
  36. package/dist/php.mjs +1 -1
  37. package/dist/proto.mjs +1 -1
  38. package/dist/r.mjs +1 -1
  39. package/dist/razor.mjs +1 -1
  40. package/dist/ron.d.mts +3 -0
  41. package/dist/ron.mjs +5 -0
  42. package/dist/surql.d.mts +3 -0
  43. package/dist/surql.mjs +2 -0
  44. package/dist/surrealql.d.mts +3 -0
  45. package/dist/surrealql.mjs +8 -0
  46. package/dist/svelte.mjs +1 -1
  47. package/dist/tres.d.mts +3 -0
  48. package/dist/tres.mjs +2 -0
  49. package/dist/tscn.d.mts +3 -0
  50. package/dist/tscn.mjs +2 -0
  51. package/dist/vue-directives.mjs +1 -1
  52. package/dist/vue-html.mjs +1 -3
  53. package/dist/vue-interpolations.mjs +1 -1
  54. package/dist/vue-vine.mjs +1 -3
  55. package/dist/vue.mjs +3 -3
  56. package/package.json +15 -3
@@ -1,6 +1,6 @@
1
1
  import fortran_free_form from './fortran-free-form.mjs'
2
2
 
3
- const lang = Object.freeze(JSON.parse("{\"displayName\":\"Fortran (Fixed Form)\",\"fileTypes\":[\"f\",\"F\",\"f77\",\"F77\",\"for\",\"FOR\"],\"injections\":{\"source.fortran.fixed - ( string | comment )\":{\"patterns\":[{\"include\":\"#line-header\"},{\"include\":\"#line-end-comment\"}]}},\"name\":\"fortran-fixed-form\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#line-header\"},{\"include\":\"source.fortran.free\"}],\"repository\":{\"comments\":{\"patterns\":[{\"begin\":\"^[*Cc]\",\"end\":\"\\\\n\",\"name\":\"comment.line.fortran\"},{\"begin\":\"^ *!\",\"end\":\"\\\\n\",\"name\":\"comment.line.fortran\"}]},\"line-end-comment\":{\"begin\":\"(?<=^.{72})(?!\\\\n)\",\"end\":\"(?=\\\\n)\",\"name\":\"comment.line-end.fortran\"},\"line-header\":{\"captures\":{\"1\":{\"name\":\"constant.numeric.fortran\"},\"2\":{\"name\":\"keyword.line-continuation-operator.fortran\"},\"3\":{\"name\":\"source.fortran.free\"},\"4\":{\"name\":\"invalid.error.fortran\"}},\"match\":\"^(?!\\\\s*[!#])(?:([ \\\\d]{5} )|( {5}.)|(\\\\t)|(.{1,5}))\"}},\"scopeName\":\"source.fortran.fixed\",\"embeddedLangs\":[\"fortran-free-form\"],\"aliases\":[\"f\",\"for\",\"f77\"]}"))
3
+ const lang = Object.freeze(JSON.parse("{\"displayName\":\"Fortran (Fixed Form)\",\"fileTypes\":[\"f\",\"F\",\"f77\",\"F77\",\"for\",\"FOR\"],\"injections\":{\"source.fortran.fixed - ( string | comment )\":{\"patterns\":[{\"include\":\"#line-header\"},{\"include\":\"#line-end-comment\"}]}},\"name\":\"fortran-fixed-form\",\"patterns\":[{\"include\":\"#comments\"},{\"begin\":\"(?i)^(?=.{5}|(?<!^)\\\\t)\\\\s*(?:([0-9]{1,5})\\\\s+)?(format)\\\\b\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.fortran\"},\"2\":{\"name\":\"keyword.control.format.fortran\"}},\"end\":\"(?=^(?![^\\\\n!#]{5}\\\\S))\",\"name\":\"meta.statement.IO.fortran\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#line-header\"},{\"match\":\"!.*$\",\"name\":\"comment.line.fortran\"},{\"include\":\"source.fortran.free#string-constant\"},{\"include\":\"source.fortran.free#numeric-constant\"},{\"include\":\"source.fortran.free#operators\"},{\"include\":\"source.fortran.free#format-parentheses\"}]},{\"include\":\"#line-header\"},{\"include\":\"source.fortran.free\"}],\"repository\":{\"comments\":{\"patterns\":[{\"begin\":\"^[*Cc]\",\"end\":\"\\\\n\",\"name\":\"comment.line.fortran\"},{\"begin\":\"^ *!\",\"end\":\"\\\\n\",\"name\":\"comment.line.fortran\"}]},\"line-end-comment\":{\"begin\":\"(?<=^.{72})(?!\\\\n)\",\"end\":\"(?=\\\\n)\",\"name\":\"comment.line-end.fortran\"},\"line-header\":{\"captures\":{\"1\":{\"name\":\"constant.numeric.fortran\"},\"2\":{\"name\":\"keyword.line-continuation-operator.fortran\"},\"3\":{\"name\":\"source.fortran.free\"},\"4\":{\"name\":\"invalid.error.fortran\"}},\"match\":\"^(?!\\\\s*[!#])(?:([ \\\\d]{5} )|( {5}.)|(\\\\t)|(.{1,5}))\"}},\"scopeName\":\"source.fortran.fixed\",\"embeddedLangs\":[\"fortran-free-form\"],\"aliases\":[\"f\",\"for\",\"f77\"]}"))
4
4
 
5
5
  export default [
6
6
  ...fortran_free_form,