language-ruby
language-ruby copied to clipboard
Ruby package for Atom
### Description In the title. ### Steps to Reproduce Have a Markdown code like: > You can handle errors by protected `#server_error` method with `exception` argument > (calling `super` is...
### Description of the Change We use the `.csvbuilder` file type for generating CSVs, they're just Ruby code. This adds the extension to the language-ruby library for enabling syntax highlighting...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
### Prerequisites * [X ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...
When using syntax highlighting with Tree Sitter enabled, I am experiencing incorrect and unstable syntax highlighting when adding text to certain Rspec files. It's hard for me to nail down...
### Description No local variables seem to be parsed as such, and those that have the same name as a Ruby Kernel method are parsed as kernel functions. The latter...
### Description In Github (`HTML+ERB`) and Atom I notice this syntax bug when using `HTML (ERB - Ruby)` or `HTML (Rails)` highlighting: ```HTML+ERB variable = ; ``` **Expected behavior:** The...
### Description In a file that does not end with a newline, a begin-end block at the end of the file will be highlighted incorrectly. *Edit by @rsese to snippet...
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...