diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-08 14:55:05 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-08 14:55:05 +0200 |
commit | ec2853657996dee5e35b5f9a4cf69afc0fe2712d (patch) | |
tree | ff5798dbb1170cd640de23250aa7d4117b98c4c8 /after/ftplugin/markdown.lua | |
parent | b0e951feb9e2b17bce8fa519fd2bf1a013b987b7 (diff) |
checkpoint
Diffstat (limited to 'after/ftplugin/markdown.lua')
-rw-r--r-- | after/ftplugin/markdown.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/markdown.lua b/after/ftplugin/markdown.lua index 4d58eea..a9c47f3 100644 --- a/after/ftplugin/markdown.lua +++ b/after/ftplugin/markdown.lua @@ -1,3 +1,3 @@ -- -- Custom highlight for markdown definitions vim.cmd("hi mdDefs guifg=" .. require("nord.colors").palette.frost.ice) -vim.cmd("match mdDefs /^[[:space:]]*-[^:]\\+:/") +vim.cmd("match mdDefs /^[[:space:]]*-[a-zA-Z ]\\+:/") |