Skip to content

Update Crystal mode#4551

Closed
makenowjust wants to merge 1 commit intocodemirror:masterfrom
makenowjust:fix/crystal/update
Closed

Update Crystal mode#4551
makenowjust wants to merge 1 commit intocodemirror:masterfrom
makenowjust:fix/crystal/update

Conversation

@makenowjust
Copy link
Copy Markdown
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
Copy Markdown
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