-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Crystal support #63
Comments
yous
added a commit
to yous/vim-endwise
that referenced
this issue
Dec 11, 2014
Crystal has almost same syntax with Ruby, but some keywords. Added `ifdef`, `macro`, `struct`, `union`, `enum`. Also there can be `abstract` before the `class` keyword. See http://crystal-lang.org/docs/ for details.
yous
added a commit
to yous/vim-endwise
that referenced
this issue
Dec 11, 2014
Crystal has almost same syntax with Ruby, but some keywords. Added `lib`, `ifdef`, `macro`, `struct`, `union`, `enum`. Also there can be `abstract` before the `class` keyword. See http://crystal-lang.org/docs/ for details.
I created #73 for this. |
Great! |
phongvcao
pushed a commit
to phongvcao/vim-endwise
that referenced
this issue
May 24, 2015
Crystal has almost same syntax with Ruby, but some keywords. Added `lib`, `macro`, `struct`, `union`, `enum`, `ifdef`. Also there can be `abstract` before the `class` keyword. See http://crystal-lang.org/docs/ for details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I’d like to add support for Crystal, which syntax is heavily inspired by Ruby: I think the rules will be the same as Ruby except one more keyword:
macro
, which is used likedef
but executed at compile-time.I don’t understand what are
b:endwise_pattern
andb:endwise_syngroups
for. Would you explain them?Thanks.
The text was updated successfully, but these errors were encountered: