erlang: highlight modules in behaviour attributes

pull/2938/head
Michael Davis 2022-06-29 12:44:01 -05:00 committed by Blaž Hrastnik
parent 19acbfe02d
commit c8dba2f4c6
1 changed files with 1 additions and 1 deletions

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