We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This works fine for Ruby mode on the Codemirror website:
arr.each(((lambda {|x| puts x })))
But in Gaimain playground you get this:
let mapping = [ ["factorial", "white"], ["interpreter", "red"] ].map(lambda(pair) let token = pair[0] let color = pair[1] pair[0] = new RegExp("(" + token + ")", "gi") pair[1] = "[[;$color;]$1]" return pair end).forEach(lambda (formatter) jQuery.terminal.new_formatter(formatter) end)
Another issue is an indentation of nested arrays. This also works fine for Ruby mode.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works fine for Ruby mode on the Codemirror website:
But in Gaimain playground you get this:
Another issue is an indentation of nested arrays. This also works fine for Ruby mode.
The text was updated successfully, but these errors were encountered: