Skip to content

Commit

Permalink
Regenerate for [email protected]
Browse files Browse the repository at this point in the history
*   Replace `source.gfm` with [**`text.md`**][markdown-tm-language]
*   Add `source.apex`, `source.d2`, `source.hosts`, `source.lolcode`,
    [**`source.mdx`**][markdown-tm-language], `source.mermaid.mindmap`,
    `source.nasal`, `source.nushell`, `source.pact`, `source.rbs`,
    `source.tlverilog`, `source.vba`, `source.wgsl`, `source.wit`.
*   Update tons of grammars

For more info, see:

*   [`github-linguist/[email protected]`](https://github.com/github-linguist/linguist/releases/tag/v7.26.0)

[markdown-tm-language]: https://github.com/wooorm/markdown-tm-language
  • Loading branch information
wooorm committed Jun 19, 2023
1 parent afba3d0 commit 427003b
Show file tree
Hide file tree
Showing 76 changed files with 14,404 additions and 2,818 deletions.
9 changes: 8 additions & 1 deletion lang/go.mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
/** @type {import('../lib/index.js').Grammar} */
const grammar = {
extensions: [],
names: ['go-module', 'go.mod', 'go-mod'],
names: [
'go-mod',
'go-module',
'go-work',
'go-workspace',
'go.mod',
'go.work'
],
patterns: [
{include: '#comments'},
{include: '#directive'},
Expand Down
2 changes: 1 addition & 1 deletion lang/go.sum.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/** @type {import('../lib/index.js').Grammar} */
const grammar = {
extensions: [],
names: ['go-checksums', 'go.sum', 'go-sum'],
names: ['go-checksums', 'go.sum', 'go-sum', 'go.work.sum', 'go-work-sum'],
patterns: [
{include: '#checksum'},
{include: '#semver'},
Expand Down
46 changes: 32 additions & 14 deletions lang/source.abap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/source.abl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 427003b

Please sign in to comment.