diff options
author | Michael Davis | 2022-06-29 17:44:01 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-01 09:04:23 +0000 |
commit | c8dba2f4c699b50384802a0fb4e0dadf87ea1677 (patch) | |
tree | 650cc448d5543cefa7f5a20bb588e92af8a224a5 /runtime | |
parent | 19acbfe02d6a6ff9496d46e02661b67e65b94923 (diff) |
erlang: highlight modules in behaviour attributes
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/erlang/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/erlang/highlights.scm b/runtime/queries/erlang/highlights.scm index cb128905..8e4a640d 100644 --- a/runtime/queries/erlang/highlights.scm +++ b/runtime/queries/erlang/highlights.scm @@ -3,7 +3,7 @@ (attribute name: (atom) @keyword (arguments (atom) @namespace) - (#eq? @keyword "module")) + (#match? @keyword "(module|behaviou?r)")) (attribute name: (atom) @keyword |