diff --git a/packages/tm-grammars/NOTICE b/packages/tm-grammars/NOTICE index 4472315..d071cee 100644 --- a/packages/tm-grammars/NOTICE +++ b/packages/tm-grammars/NOTICE @@ -5369,7 +5369,7 @@ SOFTWARE. ========================================================================================================= Files: nextflow.json -License: https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md +License: https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md SPDX: MIT --------------------------------------------------------------------------------------------------------- Copyright (c) 2018 Paolo Di Tommaso diff --git a/packages/tm-grammars/README.md b/packages/tm-grammars/README.md index 853655b..37fbd88 100644 --- a/packages/tm-grammars/README.md +++ b/packages/tm-grammars/README.md @@ -144,7 +144,7 @@ import { grammars } from 'tm-grammars' | `mojo` | | [modularml/mojo-syntax](https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json) | [MIT](https://raw.githubusercontent.com/modularml/mojo-syntax/main/LICENSE) | | 68.68 kB | | `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/4b04e9d614901097ffc0663fef40bd3e5d87779e/syntaxes/move.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE) | | 19.27 kB | | `narrat` | `nar` | [liana-p/narrat-syntax-highlighting-vscode](https://github.com/liana-p/narrat-syntax-highlighting-vscode/blob/00d4b410338fc50ca0ce77a1f7e873c1fb66d376/syntaxes/narrat.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/liana-p/narrat-syntax-highlighting-vscode/main/LICENSE) | | 3.39 kB | -| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/9f77dfa030f7d6d057cc8745f8b8bcf366548048/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md) | | 3.67 kB | +| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/9f77dfa030f7d6d057cc8745f8b8bcf366548048/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md) | | 3.67 kB | | `nginx` | | [hangxingliu/vscode-nginx-conf-hint](https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/49159c02fd09dce264ded7802c9499a0f09646f5/src/syntax/nginx.tmLanguage) | [GPL-3.0](https://raw.githubusercontent.com/hangxingliu/vscode-nginx-conf-hint/main/LICENSE) | `lua` | 34.10 kB | | `nim` | | [pragmagic/vscode-nim](https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json) | [NOASSERTION](https://raw.githubusercontent.com/pragmagic/vscode-nim/master/LICENSE) | `c` `html` `xml` `javascript` `css` `glsl` `markdown` | 21.79 kB | | `nix` | | [nix-community/vscode-nix-ide](https://github.com/nix-community/vscode-nix-ide/blob/cd420d0bcea26cf1cf650f47c738bd1b6658a80c/syntaxes/nix.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE) | | 14.22 kB | diff --git a/packages/tm-grammars/index.js b/packages/tm-grammars/index.js index f2ab289..561848e 100644 --- a/packages/tm-grammars/index.js +++ b/packages/tm-grammars/index.js @@ -2179,10 +2179,10 @@ export const grammars = [ ], byteSize: 3763, displayName: 'Nextflow', - hash: 'mOLjIBx8gF', + hash: 'rzOl7r4tZe', lastUpdate: '2024-10-28T03:30:14Z', license: 'MIT', - licenseUrl: 'https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md', + licenseUrl: 'https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md', name: 'nextflow', scopeName: 'source.nextflow', sha: '9f77dfa030f7d6d057cc8745f8b8bcf366548048', diff --git a/packages/tm-grammars/package.json b/packages/tm-grammars/package.json index 7ea0380..72ebefa 100644 --- a/packages/tm-grammars/package.json +++ b/packages/tm-grammars/package.json @@ -1,7 +1,7 @@ { "name": "tm-grammars", "type": "module", - "version": "1.21.4", + "version": "1.21.5", "description": "Collecton of TextMate grammars in JSON", "author": "Anthony Fu ", "license": "MIT",