jsonl
This commit is contained in:
@@ -95,3 +95,10 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
|||||||
vim.highlight.on_yank({ timeout = 100 })
|
vim.highlight.on_yank({ timeout = 100 })
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Treat .jsonl files as JSON for syntax highlighting and tree-sitter
|
||||||
|
vim.filetype.add({
|
||||||
|
extension = {
|
||||||
|
jsonl = "json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user