mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
comment: remove user mention highlight
This commit is contained in:
parent
78b3a82293
commit
f9cfd40c08
1 changed files with 0 additions and 5 deletions
|
|
@ -39,8 +39,3 @@
|
|||
; Issue number (#123)
|
||||
("text" @number
|
||||
(#lua-match? @number "^#[0-9]+$"))
|
||||
|
||||
; User mention (@user)
|
||||
("text" @constant @nospell
|
||||
(#lua-match? @constant "^[@][a-zA-Z0-9_-]+$")
|
||||
(#set! "priority" 95))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue