Skip to content

Commit d7bdcd4

Browse files
sumanstatsaminya
authored andcommitted
Arrange languages alphabetically
+ Keep Raku alphabetically in README.md + `raku` is the executable now since Raku version 2019.11 release, We already have v2020.05.2 release, so command is `raku`, reflect that + Add Raku in keywords in package.json
1 parent 80eed9f commit d7bdcd4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Currently supported grammars are:
7979
| [Pandoc] Markdown | Yes | | [language-pfm] | [`panzer`] | |
8080
| [Pascal] | Yes | Yes | [language-pascal] | `fpc` | |
8181
| [Perl] | Yes | Yes | | | |
82-
| [Raku] | Yes | Yes | | `raku` or `perl6` | |
8382
| PHP | Yes | Yes | | | |
8483
| [PostgreSQL] | Yes | Yes | [language-pgsql] | [`psql`] | Connects as user `PGUSER` to database `PGDATABASE`. Both default to your operating system's `USERNAME`, but can be set in the process environment or in Atom's [`init` file]: `process.env.PGUSER = {user name}` and `process.env.PGDATABASE = {database name}` |
8584
| [POV-Ray] | Yes | | [atom-language-povray] | `povengine`/`povray` | |
@@ -90,6 +89,7 @@ Currently supported grammars are:
9089
| Python | Yes | Yes | | | |
9190
| [R] | Yes | Yes | [language-r] | `Rscript` | |
9291
| [Racket] | Yes | Yes | [language-racket] | `racket` | |
92+
| [Raku] | Yes | Yes | | `raku` | |
9393
| [Reason] | Yes | Yes | [language-reason] | `rebuild` | |
9494
| [Ren'Py] | Yes | No | [language-renpy] | `renpy` | Runs your project at the root of the current file. |
9595
| [Robot Framework] | Yes | No | [language-robot-framework] | `robot` | The output location depends on the `CWD` behaviour which can be altered in settings. |

lib/grammars/perl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ exports['Raku'] =
2121
command: 'raku'
2222
args: ({filepath}) -> [filepath]
2323

24-
exports['Raku/Perl 6'] = exports['Raku']
24+
exports['Perl 6'] = exports['Raku']

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"PHP",
9898
"PowerShell",
9999
"Python",
100+
"Raku",
100101
"RSpec",
101102
"Ruby",
102103
"Ruby on Rails",

0 commit comments

Comments
 (0)