| Age | Commit message (Collapse) | Author |
|
|
|
Highlight the built-in `@import` function with the TSInclude highlight
group. Also highlight character literals using TSCharacter instead of
TSNumber.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
than type
|
|
```
(#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")`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add checks for injections.
- Allow queries that start with [A-Z] for highlights only.
- Don't stop on the first error, finish checking all queries.
|
|
`with` is also considered a conditional in Elixir. Highlight it
accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #1293
|
|
|
|
|