mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat: add @text.uri where applicable to thrift and gosum
This commit is contained in:
parent
79ceb393d6
commit
17d7cf6f4b
3 changed files with 9 additions and 12 deletions
|
|
@ -7,14 +7,12 @@
|
|||
"+incompatible"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
(module_path)
|
||||
(hash)
|
||||
] @string
|
||||
|
||||
(base_version) @string.special
|
||||
(module_path) @string @text.uri
|
||||
(module_version) @string.special
|
||||
|
||||
(hash_version) @symbol
|
||||
(hash_version) @attribute
|
||||
(hash) @symbol
|
||||
|
||||
[
|
||||
(number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue