mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-10 04:13:48 -05:00
fix highlighting of directory symlinks
This commit is contained in:
@@ -2417,7 +2417,7 @@ function! s:SetupSyntaxHighlighting()
|
|||||||
syn match treeBookmark # {.*}#hs=s+1
|
syn match treeBookmark # {.*}#hs=s+1
|
||||||
|
|
||||||
"highlighting for sym links
|
"highlighting for sym links
|
||||||
syn match treeLink #[^-| `].* -> # contains=treeBookmark
|
syn match treeLink #[^-| `].* -> # contains=treeBookmark,treeOpenable,treeClosable,treeDirSlash
|
||||||
|
|
||||||
"highlighing for directory nodes and file nodes
|
"highlighing for directory nodes and file nodes
|
||||||
syn match treeDirSlash #/#
|
syn match treeDirSlash #/#
|
||||||
|
|||||||
Reference in New Issue
Block a user