diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 14:31:03 +0200 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 14:31:03 +0200 |
| commit | e8ff563a53306ef3f6344ccd197bf7d737cf851c (patch) | |
| tree | e868cb7b3f7c9d7a828ab8f1b4528f0c01e46f3a /after/ftplugin/markdown.lua | |
| parent | 2dea91e91c1680cbd03a5e60239823f56b90513c (diff) | |
checkpoint
Diffstat (limited to 'after/ftplugin/markdown.lua')
| -rw-r--r-- | after/ftplugin/markdown.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/markdown.lua b/after/ftplugin/markdown.lua new file mode 100644 index 0000000..4d58eea --- /dev/null +++ b/after/ftplugin/markdown.lua @@ -0,0 +1,3 @@ +-- -- Custom highlight for markdown definitions +vim.cmd("hi mdDefs guifg=" .. require("nord.colors").palette.frost.ice) +vim.cmd("match mdDefs /^[[:space:]]*-[^:]\\+:/") |
