We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270bf5a commit 3acf4faCopy full SHA for 3acf4fa
lua/cyberdream/treesitter.lua
@@ -356,6 +356,26 @@ M.defaults = {
356
default = true,
357
link = "markdownH5",
358
},
359
+ ["@markup.heading.1"] = {
360
+ default = true,
361
+ link = "markdownH1",
362
+ },
363
+ ["@markup.heading.2"] = {
364
365
+ link = "markdownH2",
366
367
+ ["@markup.heading.3"] = {
368
369
+ link = "markdownH3",
370
371
+ ["@markup.heading.4"] = {
372
373
+ link = "markdownH4",
374
375
+ ["@markup.heading.5"] = {
376
377
+ link = "markdownH5",
378
379
["@text.underline"] = {
380
underline = true,
381
0 commit comments