summaryrefslogtreecommitdiffstats
path: root/queries/http
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-4/+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 xml & dtd parsersObserverOfTime2023-08-131-2/+2
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-4/+8
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* feat(http): update parser queries from upstreamAmaan Qureshi2023-04-202-13/+60
|
* injections(http): add comment injectionStephan Seitz2021-11-121-0/+1
|
* refactor: inherit jsongegoune2021-11-121-16/+2
|
* fix: address change requestsgegoune2021-11-121-3/+3
|
* feat: add http parsergegoune2021-11-121-0/+33
All credit goes to @NTBBloodbath. See: https://github.com/NTBBloodbath/rest.nvim/issues/75#issuecomment-960447966 Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com>