erlang: highlight modules in behaviour attributes

This commit is contained in:
Michael Davis 2022-06-29 12:44:01 -05:00 committed by Blaž Hrastnik
parent 19acbfe02d
commit c8dba2f4c6

View file

@ -3,7 +3,7 @@
(attribute
name: (atom) @keyword
(arguments (atom) @namespace)
(#eq? @keyword "module"))
(#match? @keyword "(module|behaviou?r)"))
(attribute
name: (atom) @keyword