We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd56748 commit ff4bc8cCopy full SHA for ff4bc8c
queries/elixir/highlights.scm
@@ -3,6 +3,13 @@
3
; TODO: handle not in
4
["when" "and" "or" "not" "in" "fn" "do" "end" "catch" "rescue" "after" "else"] @keyword
5
6
+; Interpolation
7
+
8
+(interpolation
9
+ "#{" @punctuation.special
10
+ (_) @embedded
11
+ "}" @punctuation.special)
12
13
; Operators
14
15
; * doc string
@@ -73,11 +80,6 @@
73
80
74
81
; Quoted content
75
82
76
-(interpolation
77
- "#{" @punctuation.special
78
- (_) @embedded
79
- "}" @punctuation.special)
-
83
(escape_sequence) @string.escape
84
85
[
0 commit comments