aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters')
-rw-r--r--lua/conform/formatters/injected.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/conform/formatters/injected.lua b/lua/conform/formatters/injected.lua
index cc09479..ed27d91 100644
--- a/lua/conform/formatters/injected.lua
+++ b/lua/conform/formatters/injected.lua
@@ -148,9 +148,9 @@ return {
--- Disable diagnostic to pass the typecheck github action
--- This is available on nightly, but not on stable
- --- Stable doesn't have any parameters, so it's safe to always pass `false`
+ --- Stable doesn't have any parameters, so it's safe
---@diagnostic disable-next-line: redundant-parameter
- parser:parse(false)
+ parser:parse(true)
local root_lang = parser:lang()
---@type LangRange[]
local regions = {}