Skip to content

Commit

Permalink
Regenerate for [email protected]
Browse files Browse the repository at this point in the history
* add `source.cairo0`, `source.cylc`, `source.dune`, `source.iCalendar`,
  `source.livecodescript`, `source.nr`, `source.powerbuilder`,
  `source.vcard`, `text.html.jte`
* change source of `source.just`, `source.mcfunction`, `source.qsharp`,
  `source.wdl`
* rename `source.pegjs` to `source.peggy`
* update a bunch of grammars

For more info, see:

* [`github-linguist/[email protected]`](https://github.com/github-linguist/linguist/releases/tag/v8.0.0)
  • Loading branch information
wooorm committed Sep 2, 2024
1 parent 00bf209 commit 9934fa9
Show file tree
Hide file tree
Showing 69 changed files with 8,201 additions and 2,880 deletions.
2 changes: 1 addition & 1 deletion lang/go.mod.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This is a TextMate grammar distributed by `starry-night`.
// This grammar is developed at
// <https://github.com/golang/vscode-go>
// and licensed permissive.
// and licensed `mit`.
// See <https://github.com/wooorm/starry-night> for more info.
/**
* @import {Grammar} from '@wooorm/starry-night'
Expand Down
2 changes: 1 addition & 1 deletion lang/go.sum.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This is a TextMate grammar distributed by `starry-night`.
// This grammar is developed at
// <https://github.com/golang/vscode-go>
// and licensed permissive.
// and licensed `mit`.
// See <https://github.com/wooorm/starry-night> for more info.
/**
* @import {Grammar} from '@wooorm/starry-night'
Expand Down
853 changes: 638 additions & 215 deletions lang/source.abl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/source.basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/** @type {Grammar} */
const grammar = {
extensions: ['.bas'],
extensions: [],
names: ['basic'],
patterns: [
{match: '^\\s*\\d+', name: 'entity.name.tag.basic'},
Expand Down
2 changes: 1 addition & 1 deletion lang/source.bicep.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const grammar = {
},
keyword: {
match:
'\\b(metadata|targetScope|resource|module|param|var|output|for|in|if|existing|import|as|type|with|using|func|assert|provider)\\b',
'\\b(metadata|targetScope|resource|module|param|var|output|for|in|if|existing|import|as|type|with|using|extends|func|assert|extension)\\b',
name: 'keyword.control.declaration.bicep'
},
'lambda-start': {
Expand Down
Loading

0 comments on commit 9934fa9

Please sign in to comment.