We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b94d93 commit a1c2333Copy full SHA for a1c2333
βafter/queries/markdown/injections.scm
@@ -0,0 +1,8 @@
1
+;; extends
2
+
3
+(fenced_code_block
4
+ (info_string
5
+ (language) @_lang)
6
+ (#match? @_lang "shell")
7
+ (code_fence_content) @injection.content
8
+ (#set! injection.language "bash"))
βlua/user/markdown_syn.lua
βlua/user/neovim.lua
@@ -171,8 +171,6 @@ M.config = function()
171
end
172
vim.g.editorconfig = true
173
174
- vim.g.markdown_fenced_languages = { "shell=bash" }
175
-
176
if vim.g.neovide then
177
vim.g.neovide_cursor_animation_length = 0.01
178
vim.g.neovide_cursor_trail_length = 0.05
0 commit comments