Change repository for Perl 6 grammar

This commit is contained in:
Samantha McVey
2016-12-23 15:58:21 -08:00
committed by Paul Chaignon
parent 7867b946b9
commit 08b63e7033
6 changed files with 16 additions and 10 deletions

6
.gitmodules vendored
View File

@@ -623,9 +623,6 @@
[submodule "vendor/grammars/language-yang"] [submodule "vendor/grammars/language-yang"]
path = vendor/grammars/language-yang path = vendor/grammars/language-yang
url = https://github.com/DzonyKalafut/language-yang.git 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"] [submodule "vendor/grammars/language-less"]
path = vendor/grammars/language-less path = vendor/grammars/language-less
url = https://github.com/atom/language-less.git url = https://github.com/atom/language-less.git
@@ -809,6 +806,9 @@
[submodule "vendor/grammars/rascal-syntax-highlighting"] [submodule "vendor/grammars/rascal-syntax-highlighting"]
path = vendor/grammars/rascal-syntax-highlighting path = vendor/grammars/rascal-syntax-highlighting
url = https://github.com/usethesource/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"] [submodule "vendor/grammars/reason"]
path = vendor/grammars/reason path = vendor/grammars/reason
url = https://github.com/facebook/reason url = https://github.com/facebook/reason

View File

@@ -178,6 +178,11 @@ vendor/grammars/atom-language-1c-bsl:
- source.sdbl - source.sdbl
vendor/grammars/atom-language-clean: vendor/grammars/atom-language-clean:
- source.clean - source.clean
vendor/grammars/atom-language-perl6:
- source.meta-info
- source.perl6fe
- source.quoting.perl6fe
- source.regexp.perl6fe
vendor/grammars/atom-language-purescript: vendor/grammars/atom-language-purescript:
- source.purescript - source.purescript
vendor/grammars/atom-language-srt: vendor/grammars/atom-language-srt:
@@ -513,10 +518,6 @@ vendor/grammars/pawn-sublime-language:
vendor/grammars/perl.tmbundle: vendor/grammars/perl.tmbundle:
- source.perl - source.perl
- source.perl.6 - source.perl.6
vendor/grammars/perl6fe:
- source.meta-info
- source.perl6fe
- source.regexp.perl6fe
vendor/grammars/php-smarty.tmbundle: vendor/grammars/php-smarty.tmbundle:
- text.html.smarty - text.html.smarty
vendor/grammars/php.tmbundle: vendor/grammars/php.tmbundle:

2
vendor/README.md vendored
View File

@@ -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) - **Pascal:** [textmate/pascal.tmbundle](https://github.com/textmate/pascal.tmbundle)
- **PAWN:** [Southclaw/pawn-sublime-language](https://github.com/Southclaw/pawn-sublime-language) - **PAWN:** [Southclaw/pawn-sublime-language](https://github.com/Southclaw/pawn-sublime-language)
- **Perl:** [textmate/perl.tmbundle](https://github.com/textmate/perl.tmbundle) - **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) - **PHP:** [textmate/php.tmbundle](https://github.com/textmate/php.tmbundle)
- **Pic:** [Alhadis/language-roff](https://github.com/Alhadis/language-roff) - **Pic:** [Alhadis/language-roff](https://github.com/Alhadis/language-roff)
- **PicoLisp:** [textmate/lisp.tmbundle](https://github.com/textmate/lisp.tmbundle) - **PicoLisp:** [textmate/lisp.tmbundle](https://github.com/textmate/lisp.tmbundle)

Submodule vendor/grammars/perl6fe deleted from 84aa57300b

View File

@@ -1,10 +1,15 @@
--- ---
type: grammar type: grammar
name: perl6fe name: atom-language-perl6
license: mit license: mit
--- ---
MIT License
Copyright (c) 2015 Jacob Russo Copyright (c) 2015 Jacob Russo
Copyright (c) 2016 Samantha McVey <samantham@posteo.net>
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including "Software"), to deal in the Software without restriction, including