nvim-treesitter/queries/ruby
derekstride e98e2eafa2 downcase! directive to use with ruby injections
```
(#downcase! "language")
```

downcase! will ensure the metadata value for the specified key will be
downcased. If the value is a node, it will downcase the text specified
by the node.

```
(#downcase! @node "key")
```

You can also namespace the key with a specific capture, similar to how
you can call `(#set! @node "key" "value")`
2021-06-04 07:47:21 +02:00
..
folds.scm folds support and somewhat better indents for ruby 2021-03-15 19:54:30 +01:00
highlights.scm [highlights] Add TSSymbol highlight group 2021-03-04 06:19:40 +01:00
indents.scm Indent Ruby singleton classes 2021-04-17 09:39:32 +02:00
injections.scm downcase! directive to use with ruby injections 2021-06-04 07:47:21 +02:00
locals.scm 💣 !! Use TSUpdate !! Fix ruby queries 2020-11-03 20:26:08 +01:00