diff options
author | Clay | 2022-06-17 22:30:28 +0000 |
---|---|---|
committer | GitHub | 2022-06-17 22:30:28 +0000 |
commit | b13e534b92a2616134157d9df80c49dd6af223c6 (patch) | |
tree | d3660620bb48de1f3ee01f8b3a4f221bc712f456 /runtime/queries/heex/highlights.scm | |
parent | 15807d5f273012d048107487e3d9e13f3987878c (diff) |
HEEx: upgrade version and support new special_attribute node (#2800)
Diffstat (limited to 'runtime/queries/heex/highlights.scm')
-rw-r--r-- | runtime/queries/heex/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/heex/highlights.scm b/runtime/queries/heex/highlights.scm index d63853b5..c42a689f 100644 --- a/runtime/queries/heex/highlights.scm +++ b/runtime/queries/heex/highlights.scm @@ -49,6 +49,9 @@ (quoted_attribute_value) ] @string +; HEEx special attributes are keywords +(special_attribute_name) @keyword + ; HEEx components are highlighted as Elixir modules and functions (component_name [ |