feat(lalrpop): highlight annotation macros

Lalrpop support putting annotation like `#[precedence(level = "1")]`.
This commit aims to highlight `precedence` with the `function.macro`
highlight group, like rust does with its proc macros.
This commit is contained in:
Gartox 2024-02-13 18:50:29 +01:00 committed by Amaan Qureshi
parent f6342874b1
commit 7e9139db68

View file

@ -77,3 +77,6 @@
(string_literal) @string
(regex_literal) @string
(annotation
(id) @function.macro)