summaryrefslogtreecommitdiffstats
path: root/queries/ssh_config
Commit message (Collapse)AuthorAgeFilesLines
* feat(ssh_config): add locals queriesObserverOfTime2023-11-181-0/+7
|
* 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: add ssh configObserverOfTime2023-09-184-0/+109