Skip to content

Commit 9529b43

Browse files
Princesseuhlildude
andauthored
Update Astro grammar source (#7803)
* feat: update Astro grammar submodule to use Astro monorepo * Apply suggestion from @lildude --------- Co-authored-by: Colin Seymour <colin@github.com>
1 parent 284f409 commit 9529b43

File tree

4 files changed

+44
-6
lines changed

4 files changed

+44
-6
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
url = https://github.com/nanoant/assembly.tmbundle
296296
[submodule "vendor/grammars/astro"]
297297
path = vendor/grammars/astro
298-
url = https://github.com/withastro/language-tools.git
298+
url = https://github.com/withastro/astro.git
299299
[submodule "vendor/grammars/atom-editorconfig"]
300300
path = vendor/grammars/atom-editorconfig
301301
url = https://github.com/sindresorhus/atom-editorconfig

vendor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
4444
- **AsciiDoc:** [zuckschwerdt/asciidoc.tmbundle](https://github.com/zuckschwerdt/asciidoc.tmbundle)
4545
- **AspectJ:** [pchaigno/sublime-aspectj](https://github.com/pchaigno/sublime-aspectj)
4646
- **Assembly:** [Nessphoro/sublimeassembly](https://github.com/Nessphoro/sublimeassembly)
47-
- **Astro:** [withastro/language-tools](https://github.com/withastro/language-tools)
47+
- **Astro:** [withastro/astro](https://github.com/withastro/astro)
4848
- **Asymptote:** [mikomikotaishi/c.tmbundle](https://github.com/mikomikotaishi/c.tmbundle)
4949
- **AutoHotkey:** [ahkscript/SublimeAutoHotkey](https://github.com/ahkscript/SublimeAutoHotkey)
5050
- **AutoIt:** [AutoIt/SublimeAutoItScript](https://github.com/AutoIt/SublimeAutoItScript)

vendor/grammars/astro

Submodule astro updated from b4bcb4f to 2c6484a

vendor/licenses/git_submodule/astro.dep.yml

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: astro
3-
version: b4bcb4fc02cd960936a5faee6c9cc0ad94fc4c05
3+
version: 2c6484a4c34e86b8a26342a48986da26768de27b
44
type: git_submodule
5-
homepage: https://github.com/withastro/language-tools.git
5+
homepage: https://github.com/withastro/astro.git
66
license: mit
77
licenses:
88
- sources: LICENSE
99
text: |
1010
MIT License
1111
12-
Copyright (c) 2022 The Astro Technology Company
12+
Copyright (c) 2021 Fred K. Schott
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy
1515
of this software and associated documentation files (the "Software"), to deal
@@ -28,4 +28,42 @@ licenses:
2828
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2929
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3030
SOFTWARE.
31+
32+
"""
33+
This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the https://github.com/sveltejs/kit repository:
34+
35+
Copyright (c) 2020 [these people](https://github.com/sveltejs/kit/graphs/contributors)
36+
37+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
38+
39+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
40+
41+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
42+
"""
43+
44+
"""
45+
This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the https://github.com/vitejs/vite repository:
46+
47+
MIT License
48+
49+
Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
50+
51+
Permission is hereby granted, free of charge, to any person obtaining a copy
52+
of this software and associated documentation files (the "Software"), to deal
53+
in the Software without restriction, including without limitation the rights
54+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55+
copies of the Software, and to permit persons to whom the Software is
56+
furnished to do so, subject to the following conditions:
57+
58+
The above copyright notice and this permission notice shall be included in all
59+
copies or substantial portions of the Software.
60+
61+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67+
SOFTWARE.
68+
"""
3169
notices: []

0 commit comments

Comments
 (0)