summaryrefslogtreecommitdiffstats
path: root/queries/corn
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-2/+0
| | | | | | | | | | | | As discussed in PR#5421, capturing `@error` is inconsistent, requiring deep nesting (or priority) in order to correctly have red backgrounds to it. Some queries has this capture, some don't. For consistency purposes, removing all of them is more preferable. For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)` to your custom queries.
* feat: @spell on commentsJaehwang Jung2023-09-121-1/+1
|
* feat: add language support for corn (#4864)Jake Stanger2023-05-294-0/+57
Adds queries and a parser mapping for the [Corn](https://github.com/jakestanger/corn) configuration language.