aboutsummaryrefslogtreecommitdiffstats
path: root/queries/dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* refactor(queries): Remove quotes from properties in set! directiveOmar Valdez2024-07-281-1/+1
|
* feat(dockerfile): adapt for parser updateObserverOfTime2024-04-202-1/+16
|
* chore: query formattingPham Huy Hoang2024-01-192-9/+11
|
* fix(dockerfile): bash injection on run instructionsChristian Segundo2023-09-171-1/+2
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-2/+4
| | | | | | | | | 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
* perf: remove match where possibleAmaan Qureshi2023-04-211-6/+0
|
* highlights(dockerfile): add several highlightsObserverOfTime2022-10-151-0/+13
|
* feat(spell): support more languagesLewis Russell2022-09-261-1/+1
|
* Prefer lua-match over matchLewis Russell2021-11-231-1/+1
| | | | as string.find is much quicker than vim.regex:match*
* Add config for Dockerfile parser (#1288)Camden Cheek2021-05-112-0/+53