mirror of https://github.com/helix-editor/helix
queries: Fix precedence for zero-arity erlang macros
parent
99b57181d5
commit
9f3b193743
|
@ -119,15 +119,15 @@
|
||||||
(#match? @comment.discard "^_"))
|
(#match? @comment.discard "^_"))
|
||||||
|
|
||||||
; Macros
|
; Macros
|
||||||
|
(macro
|
||||||
|
"?"+ @keyword.directive
|
||||||
|
name: (_) @keyword.directive)
|
||||||
|
|
||||||
(macro
|
(macro
|
||||||
"?"+ @constant
|
"?"+ @constant
|
||||||
name: (_) @constant
|
name: (_) @constant
|
||||||
!arguments)
|
!arguments)
|
||||||
|
|
||||||
(macro
|
|
||||||
"?"+ @keyword.directive
|
|
||||||
name: (_) @keyword.directive)
|
|
||||||
|
|
||||||
; Parameters
|
; Parameters
|
||||||
; specs
|
; specs
|
||||||
((attribute
|
((attribute
|
||||||
|
|
Loading…
Reference in New Issue