zed/extensions/ruby/languages/ruby
狐狸 f05b440572
Improve syntax highlights (#18728)
Closes #18722

- Replace the `@escape` capture name with `@string.escape` for escape
sequences in Go, Python, Regex, Racket, Ruby, and Scheme.
- Rust
  - Add syntax highlighting for escape sequences. Close #18722
- Fix the issue where `@punctuation.delimiter` is being overwritten by
`@operator`.
  - Add the period (".") to `@punctuation.delimiter`.

Release Notes:

- N/A
2024-10-09 19:25:46 +02:00
..
brackets.scm Extract Ruby extension (#11360) 2024-05-10 11:53:11 -04:00
config.toml ruby: Recognize Steepfiles as Ruby (#15762) 2024-08-04 11:57:34 -04:00
embedding.scm Extract Ruby extension (#11360) 2024-05-10 11:53:11 -04:00
highlights.scm Improve syntax highlights (#18728) 2024-10-09 19:25:46 +02:00
indents.scm ruby: Add proper indentation for singleton methods (#12535) 2024-05-31 11:36:42 -04:00
injections.scm ruby: Add a new injection for regular expressions (#12533) 2024-05-31 12:02:59 -04:00
outline.scm ruby: Remove outline for running tests (#12642) 2024-06-10 18:04:43 +02:00
overrides.scm Extract Ruby extension (#11360) 2024-05-10 11:53:11 -04:00
runnables.scm ruby: Replace default tasks with a stub message (#16752) 2024-08-29 10:32:05 -07:00
tasks.json ruby: Replace default tasks with a stub message (#16752) 2024-08-29 10:32:05 -07:00