mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(comment): add support for URIs
https and https links are recognized now ref https://github.com/stsewd/tree-sitter-comment/pull/21
This commit is contained in:
parent
f84de0d6cd
commit
48f4f3ead1
2 changed files with 3 additions and 1 deletions
|
|
@ -39,3 +39,5 @@
|
|||
; Issue number (#123)
|
||||
("text" @number
|
||||
(#lua-match? @number "^#[0-9]+$"))
|
||||
|
||||
((uri) @text.uri @nospell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue