Skip to content

Commit

Permalink
fix: register markdown grammar for quarto and rmd until our own gramm…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Oct 9, 2024
1 parent eed5989 commit 1d10f13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ftplugin/quarto.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
vim.b.slime_cell_delimiter = '```'

-- TODO: Workaround while nvim-treesitter doesn't link those anymore
-- until our ouwn pandoc grammar is ready
vim.treesitter.language.register("markdown", { "quarto", "rmd" })

local config = require('quarto.config').config
local quarto = require 'quarto'

Expand Down

0 comments on commit 1d10f13

Please sign in to comment.