Skip to content

Commit eb28bed

Browse files
committed
Update Rust grammar
I don’t see this in linguist releases, but apparently they pushed a rust change.
1 parent c65bb70 commit eb28bed

4 files changed

Lines changed: 36 additions & 36 deletions

File tree

lang/source.rust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This is a TextMate grammar distributed by `starry-night`.
22
// This grammar is developed at
3-
// <https://github.com/zargony/atom-language-rust>
3+
// <https://github.com/dustypomerleau/rust-syntax>
44
// and licensed `mit`.
55
// See <https://github.com/wooorm/starry-night> for more info.
66
/** @type {import('../lib/index.js').Grammar} */

notice

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5430,36 +5430,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54305430
SOFTWARE.
54315431

54325432

5433-
=========================================================================================================
5434-
Files in `starry-night`: lang/source.rust.js
5435-
From source: <https://github.com/zargony/atom-language-rust>
5436-
SPDX: mit
5437-
---------------------------------------------------------------------------------------------------------
5438-
License from source file: LICENSE.md
5439-
5440-
The MIT License (MIT)
5441-
=====================
5442-
5443-
Copyright © `2013` `Andreas Neuhaus` `http://zargony.com/`
5444-
5445-
Permission is hereby granted, free of charge, to any person obtaining a copy of
5446-
this software and associated documentation files (the “Software”), to deal in
5447-
the Software without restriction, including without limitation the rights to
5448-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
5449-
the Software, and to permit persons to whom the Software is furnished to do so,
5450-
subject to the following conditions:
5451-
5452-
The above copyright notice and this permission notice shall be included in all
5453-
copies or substantial portions of the Software.
5454-
5455-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5456-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
5457-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
5458-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
5459-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
5460-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5461-
5462-
54635433
=========================================================================================================
54645434
Files in `starry-night`: lang/source.stan.js
54655435
From source: <https://github.com/stan-dev/atom-language-stan>
@@ -14901,6 +14871,36 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1490114871
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1490214872
THE SOFTWARE.
1490314873

14874+
=========================================================================================================
14875+
Files in `starry-night`: lang/source.rust.js
14876+
From source: <https://github.com/dustypomerleau/rust-syntax>
14877+
SPDX: mit
14878+
---------------------------------------------------------------------------------------------------------
14879+
License from source file: LICENSE.txt
14880+
14881+
MIT License
14882+
14883+
Copyright (c) 2020 Dustin Pomerleau
14884+
14885+
Permission is hereby granted, free of charge, to any person obtaining a copy
14886+
of this software and associated documentation files (the "Software"), to deal
14887+
in the Software without restriction, including without limitation the rights
14888+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14889+
copies of the Software, and to permit persons to whom the Software is
14890+
furnished to do so, subject to the following conditions:
14891+
14892+
The above copyright notice and this permission notice shall be included in all
14893+
copies or substantial portions of the Software.
14894+
14895+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14896+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14897+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14898+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14899+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14900+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14901+
SOFTWARE.
14902+
14903+
1490414904
=========================================================================================================
1490514905
Files in `starry-night`: lang/source.sas.js
1490614906
From source: <https://github.com/rpardee/sas.tmbundle>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ Changes should go to upstream repos and [`languages.yml`][languages-yml] in
935935
* [x] [`source.python`](lang/source.python.js) (mit) — [upstream](https://github.com/MagicStack/MagicPython)
936936
* [x] [`source.r`](lang/source.r.js)
937937
* [x] [`source.ruby`](lang/source.ruby.js) (mit) — [upstream](https://github.com/atom/language-ruby)
938-
* [x] [`source.rust`](lang/source.rust.js) (mit) — [upstream](https://github.com/zargony/atom-language-rust)
938+
* [x] [`source.rust`](lang/source.rust.js) (mit) — [upstream](https://github.com/dustypomerleau/rust-syntax)
939939
* [x] [`source.shell`](lang/source.shell.js) (mit) — [upstream](https://github.com/atom/language-shellscript)
940940
* [x] [`source.sql`](lang/source.sql.js)
941941
* [x] [`source.swift`](lang/source.swift.js)[upstream](https://github.com/textmate/swift.tmbundle)

script/info.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,6 @@ export const info = {
417417
license: 'mit',
418418
homepage: 'https://github.com/purescript-contrib/atom-language-purescript'
419419
},
420-
'source.rust': {
421-
license: 'mit',
422-
homepage: 'https://github.com/zargony/atom-language-rust'
423-
},
424420
'source.stan': {
425421
license: 'mit',
426422
homepage: 'https://github.com/stan-dev/atom-language-stan'
@@ -1392,6 +1388,10 @@ export const info = {
13921388
'text.slim': {
13931389
license: 'mit'
13941390
},
1391+
'source.rust': {
1392+
license: 'mit',
1393+
homepage: 'https://github.com/dustypomerleau/rust-syntax'
1394+
},
13951395
'source.sas': {
13961396
license: 'mit',
13971397
homepage: 'https://github.com/rpardee/sas.tmbundle'

0 commit comments

Comments
 (0)