File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 127127 (or
128128 (and
129129 (any " a-z" " A-Z" " _" " \" " " '" )
130- (zero-or-more (any " a-z" " A-Z" " 0-9" " _" " \" " " '" )))
130+ (zero-or-more (any " a-z" " A-Z" " 0-9" " _" " \" " " '" " ! " " @ " " ? " )))
131131 (and " \" " (one-or-more (not (any " \" " ))) " \" " )
132132 (and " '" (one-or-more (not (any " '" ))) " '" ))))
133133 (builtin . ,(rx (or line-start (not (any " ." )))
Original file line number Diff line number Diff line change 174174false
175175nil
176176true_false_nil
177+ :insert!
178+ :insert@
179+ :insert?
177180"
178181 (should (eq (elixir-test-face-at 3 ) 'elixir-atom-face ))
179182 (should (eq (elixir-test-face-at 5 ) 'elixir-atom-face ))
@@ -185,7 +188,10 @@ true_false_nil
185188 (should (eq (elixir-test-face-at 43 ) 'elixir-atom-face ))
186189 (should (eq (elixir-test-face-at 48 ) 'elixir-atom-face ))
187190 (should (eq (elixir-test-face-at 54 ) 'elixir-atom-face ))
188- (should-not (eq (elixir-test-face-at 57 ) 'elixir-atom-face ))))
191+ (should-not (eq (elixir-test-face-at 57 ) 'elixir-atom-face ))
192+ (should (eq (elixir-test-face-at 74 ) 'elixir-atom-face ))
193+ (should (eq (elixir-test-face-at 82 ) 'elixir-atom-face ))
194+ (should (eq (elixir-test-face-at 97 ) 'elixir-atom-face ))))
189195
190196(ert-deftest elixir-mode-syntax-table/fontify-map-keys ()
191197 :tags '(fontification map syntax-table)
You can’t perform that action at this time.
0 commit comments