Skip to content

Commit

Permalink
feat: add bold syntax highlighting for Markdown (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna committed Feb 4, 2024
1 parent b020d2a commit 3fd1f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions after/syntax/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ endif

let s:none = g:srcery#palette.none
let s:bright_white = g:srcery#palette.bright_white
let s:bold = g:srcery#palette.bold
let s:italic = g:srcery#palette.italic
let s:underline = g:srcery#palette.underline

" Markdown: {{{

call srcery#helper#Highlight('markdownBold', s:bright_white, s:none, s:bold)
call srcery#helper#Highlight('markdownItalic', s:bright_white, s:none, s:italic)

hi! link markdownH1 SrceryBrightBlueBold
Expand Down

0 comments on commit 3fd1f5c

Please sign in to comment.