tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
0
fork
atom
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
fix(query): separate capture query for highlighting
Seongmin Lee
10 months ago
42f833af
7f40aab3
+3
-1
1 changed file
expand all
collapse all
unified
split
after
queries
norg
highlights.scm
+3
-1
after/queries/norg/highlights.scm
···
77
77
;; only conceal target when markup exists for that link
78
78
(link
79
79
target: (_) @conceal
80
80
-
markup: (_) @markup.link
80
80
+
markup: (_)
81
81
(#set! conceal ""))
82
82
+
(link
83
83
+
markup: (_) @markup.link)
82
84
(link
83
85
target: (_) @markup.link
84
86
!markup)