We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0e810 commit 4bbe8eaCopy full SHA for 4bbe8ea
lua/orgmode/config/init.lua
@@ -397,7 +397,7 @@ function Config:setup_ts_predicates()
397
if not text or vim.trim(text) == '' then
398
return
399
end
400
- metadata['injection.language'] = utils.detect_filetype(text) or text
+ metadata['injection.language'] = utils.detect_filetype(text) or text:lower()
401
end, { force = true })
402
403
0 commit comments