mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
erlang: highlight modules in behaviour attributes
This commit is contained in:
parent
19acbfe02d
commit
c8dba2f4c6
@ -3,7 +3,7 @@
|
|||||||
(attribute
|
(attribute
|
||||||
name: (atom) @keyword
|
name: (atom) @keyword
|
||||||
(arguments (atom) @namespace)
|
(arguments (atom) @namespace)
|
||||||
(#eq? @keyword "module"))
|
(#match? @keyword "(module|behaviou?r)"))
|
||||||
|
|
||||||
(attribute
|
(attribute
|
||||||
name: (atom) @keyword
|
name: (atom) @keyword
|
||||||
|
Loading…
Reference in New Issue
Block a user