Commit fe2b68d4 authored by Stefan Kangas's avatar Stefan Kangas
Browse files

Revert "Silence warning when requiring ruby-ts-mode"

This reverts commit bf817069.

We deliberately don't silence these warnings, so that a user who loads
the mode without having the grammar installed sees the warning and
realizes the problem in time to fix it.
parent 291763fe
Pipeline #27667 failed with stage
in 7 minutes and 48 seconds
......@@ -1206,7 +1206,7 @@ leading double colon is not added."
(syntax-ppss-flush-cache (cl-loop for r in ranges
minimize (car r))))))
(if (treesit-ready-p 'ruby t)
(if (treesit-ready-p 'ruby)
;; Copied from ruby-mode.el.
(add-to-list 'auto-mode-alist
(cons (concat "\\(?:\\.\\(?:"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment