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

Update Crystal mode #4551

Closed

Conversation

makenowjust
Copy link
Contributor

  • Update keywords (remove ifdef. add select, uninitialized and __END_LINE__.)
  • Add new string literals (%q string and here docs).
  • Remove global variable syntax (because it is no longer supported.)
  • Improve indentation (fix Failing indent for trailing if/unless in crystal #3887, and correct indentation of abstract class)

Thanks.

  - Update keywords (remove `ifdef`. add `select`, `uninitialized` and `__END_LINE__`.)
  - Add new string literals (%q string and here docs).
  - Remove global variable syntax (because it is no longer supported.)
  - Improve indentation (fix codemirror#3887, and correct indentation of `abstract class`)
@marijnh
Copy link
Member

marijnh commented Feb 7, 2017

Thanks. Merged as 78539df

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.

Failing indent for trailing if/unless in crystal
2 participants