1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

; Fix doc string punctuation in ruby-ts-mode.el.

This commit is contained in:
Eli Zaretskii 2023-12-02 16:49:55 +02:00
parent 546a68925c
commit 5f882f4ee9

View File

@ -197,8 +197,8 @@
(defun ruby-ts--comment-font-lock (node override start end &rest _)
"Apply font lock to comment NODE within START and END.
Applies `font-lock-comment-delimiter-face' and
`font-lock-comment-face' See `treesit-fontify-with-override' for
values of OVERRIDE"
`font-lock-comment-face'. See `treesit-fontify-with-override' for
values of OVERRIDE."
;; Empirically it appears as if (treesit-node-start node) will be
;; where the # character is at and (treesit-node-end node) will be
;; the end of the line