Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Various Small Improvements #3

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Conversation

sanssecours
Copy link

Hi Leonard,

thank you for this great bundle. The following pull request contains minor small improvements. Most importantly, it fixes two small problems with the language grammar mentioned in issue #2:

fixed grammar

If I should change anything for this to get merged, then please comment below.

Thanks,
René

sanssecours and others added 14 commits September 4, 2016 15:47
The were two problems with the old name “fish shell”:

1. The name was not titlecased as recommended by the bundle style
   guidelines [1].

2. Fish is already short for “Friendly Interactive Shell” [2],
   therefore the additional “shell” is a little bit redundant :).

[1]: http://wiki.macromates.com/Bundles/StyleGuide
[2]: https://en.wikipedia.org/wiki/Friendly_interactive_shell
- We now also provide installation instructions for TextMate 2.

- This change also updates the link to the homepage of the fish
  project.
We did this, since most of the other bundles use this convention too.

 #ignore
Before this change the bundle grammar incorrectly considered variables
such as `$__why` to be two different items: The special variable `$_`
followed by the item `_why`.

This commit fixes the first part of issue l15n#2.
Before this change the bundle grammar would not correctly match items
starting with escaped characters.

This fixes l15n#2.
The new command “Reformat Document” reformats the current document
using Fish’s Indent function (`fish_indent`).
@laughedelic
Copy link

@l15n could you review this PR? Is this repo alive at all?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants