This package adds Rant syntax highlighting to Atom, as well as a variety of snippets to make developing in Rant a breeze.
To install, use the following command:
apm install rant
Prefix | What it Makes |
---|---|
sub |
Subroutine definition [$[sub]: ...]
|
< |
Query |
<:: |
Query with Carrier |
deck |
Deck Synchronizer [x:_;deck]
|
cdeck |
Cyclic Deck Synchronizer [x:_;cdeck]
|
lock |
Locked Synchronizer [x:_;locked]
|
ord |
Ordered Synchronizer [x:_;ordered]
|
rev |
Reverse Synchronizer [x:_;reverse]
|
quote |
Quote [quote: ...]
|
title |
Title Case [case:title]
|
sentence |
Sentence Case [case:sentence]
|
case |
Set Capitalization [case: ...]
|
first |
Capitalize First Letter [case:first]
|
replacer |
Replacer [ regex:input;replacement]
|
block |
{ ... } |
b2-5 |
Block with specific number of items |
wt |
Block Weight |
rich |
Richard Script Tag |
attr |
Typical "full" block attribute setup without synchronizer |
series |
Comma-separated series (default 10 reps) |
oxford |
Comma-separated series with Oxford comma (default 10 reps) |
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.