mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 11:53: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
|
||||
|
||||
"highlighting for sym links
|
||||
syn match treeLink #[^-| `].* -> # contains=treeBookmark
|
||||
syn match treeLink #[^-| `].* -> # contains=treeBookmark,treeOpenable,treeClosable,treeDirSlash
|
||||
|
||||
"highlighing for directory nodes and file nodes
|
||||
syn match treeDirSlash #/#
|
||||
|
||||
Reference in New Issue
Block a user