mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
GHI-#18 Implement language groups for Lisp
This commit is contained in:
parent
66d057442b
commit
101964eb9e
|
|
@ -255,6 +255,12 @@ hi! link lessCssAttribute Delimiter
|
|||
hi! link lessFunction Function
|
||||
hi! link cssSelectorOp Keyword
|
||||
|
||||
hi! link lispAtomBarSymbol SpecialChar
|
||||
hi! link lispAtomList SpecialChar
|
||||
hi! link lispAtomMark Keyword
|
||||
hi! link lispBarSymbol SpecialChar
|
||||
hi! link lispFunc Function
|
||||
|
||||
hi! link luaFunc Function
|
||||
|
||||
call s:hi("markdownBlockquote", s:nord7_gui, "", s:nord7_term, "", "", "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue