Skip to content

Commit

Permalink
erlang: highlight modules in behaviour attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Jun 30, 2022
1 parent 709eb14 commit c916ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/erlang/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(attribute
name: (atom) @keyword
(arguments (atom) @namespace)
(#eq? @keyword "module"))
(#match? @keyword "(module|behaviou?r)"))

(attribute
name: (atom) @keyword
Expand Down

0 comments on commit c916ceb

Please sign in to comment.