From 08b63e703345498e589397293ce5170917ba8067 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Fri, 23 Dec 2016 15:58:21 -0800 Subject: [PATCH] Change repository for Perl 6 grammar --- .gitmodules | 6 +++--- grammars.yml | 9 +++++---- vendor/README.md | 2 +- vendor/grammars/atom-language-perl6 | 1 + vendor/grammars/perl6fe | 1 - .../grammar/{perl6fe.txt => atom-language-perl6.txt} | 7 ++++++- 6 files changed, 16 insertions(+), 10 deletions(-) create mode 160000 vendor/grammars/atom-language-perl6 delete mode 160000 vendor/grammars/perl6fe rename vendor/licenses/grammar/{perl6fe.txt => atom-language-perl6.txt} (94%) diff --git a/.gitmodules b/.gitmodules index c268e964..1d11d00d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -623,9 +623,6 @@ [submodule "vendor/grammars/language-yang"] path = vendor/grammars/language-yang url = https://github.com/DzonyKalafut/language-yang.git -[submodule "vendor/grammars/perl6fe"] - path = vendor/grammars/perl6fe - url = https://github.com/MadcapJake/language-perl6fe.git [submodule "vendor/grammars/language-less"] path = vendor/grammars/language-less url = https://github.com/atom/language-less.git @@ -809,6 +806,9 @@ [submodule "vendor/grammars/rascal-syntax-highlighting"] path = vendor/grammars/rascal-syntax-highlighting url = https://github.com/usethesource/rascal-syntax-highlighting +[submodule "vendor/grammars/atom-language-perl6"] + path = vendor/grammars/atom-language-perl6 + url = https://github.com/perl6/atom-language-perl6 [submodule "vendor/grammars/reason"] path = vendor/grammars/reason url = https://github.com/facebook/reason diff --git a/grammars.yml b/grammars.yml index 097989ba..471c6497 100755 --- a/grammars.yml +++ b/grammars.yml @@ -178,6 +178,11 @@ vendor/grammars/atom-language-1c-bsl: - source.sdbl vendor/grammars/atom-language-clean: - source.clean +vendor/grammars/atom-language-perl6: +- source.meta-info +- source.perl6fe +- source.quoting.perl6fe +- source.regexp.perl6fe vendor/grammars/atom-language-purescript: - source.purescript vendor/grammars/atom-language-srt: @@ -513,10 +518,6 @@ vendor/grammars/pawn-sublime-language: vendor/grammars/perl.tmbundle: - source.perl - source.perl.6 -vendor/grammars/perl6fe: -- source.meta-info -- source.perl6fe -- source.regexp.perl6fe vendor/grammars/php-smarty.tmbundle: - text.html.smarty vendor/grammars/php.tmbundle: diff --git a/vendor/README.md b/vendor/README.md index e36a84c0..dfb3e60f 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -249,7 +249,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting - **Pascal:** [textmate/pascal.tmbundle](https://github.com/textmate/pascal.tmbundle) - **PAWN:** [Southclaw/pawn-sublime-language](https://github.com/Southclaw/pawn-sublime-language) - **Perl:** [textmate/perl.tmbundle](https://github.com/textmate/perl.tmbundle) -- **Perl6:** [MadcapJake/language-perl6fe](https://github.com/MadcapJake/language-perl6fe) +- **Perl6:** [perl6/atom-language-perl6](https://github.com/perl6/atom-language-perl6) - **PHP:** [textmate/php.tmbundle](https://github.com/textmate/php.tmbundle) - **Pic:** [Alhadis/language-roff](https://github.com/Alhadis/language-roff) - **PicoLisp:** [textmate/lisp.tmbundle](https://github.com/textmate/lisp.tmbundle) diff --git a/vendor/grammars/atom-language-perl6 b/vendor/grammars/atom-language-perl6 new file mode 160000 index 00000000..12c60948 --- /dev/null +++ b/vendor/grammars/atom-language-perl6 @@ -0,0 +1 @@ +Subproject commit 12c60948317ea32558b5e334bf46f50d99166867 diff --git a/vendor/grammars/perl6fe b/vendor/grammars/perl6fe deleted file mode 160000 index 84aa5730..00000000 --- a/vendor/grammars/perl6fe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 84aa57300bc012f75e7a394aa02cd3805bcc5ca8 diff --git a/vendor/licenses/grammar/perl6fe.txt b/vendor/licenses/grammar/atom-language-perl6.txt similarity index 94% rename from vendor/licenses/grammar/perl6fe.txt rename to vendor/licenses/grammar/atom-language-perl6.txt index 9fd8f9aa..d079e26d 100644 --- a/vendor/licenses/grammar/perl6fe.txt +++ b/vendor/licenses/grammar/atom-language-perl6.txt @@ -1,10 +1,15 @@ --- type: grammar -name: perl6fe +name: atom-language-perl6 license: mit --- + +MIT License + Copyright (c) 2015 Jacob Russo +Copyright (c) 2016 Samantha McVey + 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