Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fontify ~D() sigil #373

Merged
merged 1 commit into from
Sep 21, 2016
Merged

Fontify ~D() sigil #373

merged 1 commit into from
Sep 21, 2016

Conversation

rranelli
Copy link
Contributor

This commit adds fontification support to the new date sigil added in Elixir 1.3

Signed-off-by: Milhouse renanranelli@gmail.com

@rranelli
Copy link
Contributor Author

couldn't get the tests to run on my machine ~

I will fix them later today

@@ -167,7 +167,7 @@
(or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
"__block__" "__aliases__")
symbol-end))
(sigils . ,(rx "~" (or "B" "C" "R" "S" "b" "c" "r" "s" "w")))))
(sigils . ,(rx "~" (or "D" "B" "C" "R" "S" "b" "c" "r" "s" "w")))))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should "D" be after "C" ? Because original order is ascii(alphabetical) order.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright ~ fair point.

Done !

Copy link
Contributor

@tonini tonini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contributions. 👍

Could you try to fix the tests so we could merge this PR. 😄

This commit adds fontification support to the new date sigil added in Elixir 1.3

Signed-off-by: Milhouse <renanranelli@gmail.com>
@rranelli
Copy link
Contributor Author

Fixed @tonini :)

I got the wrong position in the test ~

@tonini tonini merged commit a89a5bf into elixir-editors:master Sep 21, 2016
@tonini
Copy link
Contributor

tonini commented Sep 21, 2016

Thanks @rranelli 👍

@rranelli
Copy link
Contributor Author

always happy to help <3

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

Successfully merging this pull request may close these issues.

3 participants