]> git.eshelyaron.com Git - emacs.git/commitdiff
; ruby-ts--syntax-propertize: Amend commentary
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 00:42:52 +0000 (02:42 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 00:43:05 +0000 (02:43 +0200)
lisp/progmodes/ruby-ts-mode.el

index c09711932441c2a5a558969ad31318b524201744..e83bc2f9e113c56b2e36131372bbbeaf3a131e87 100644 (file)
@@ -1059,7 +1059,8 @@ leading double colon is not added."
          (put-text-property (treesit-node-end node) (1+ (treesit-node-end node))
                             'syntax-table (string-to-syntax "\"")))
         ('percent
-         ;; TODO: Put the first one on the first paren in both %Q{} and %().
+         ;; FIXME: Put the first one on the first paren in both %Q{} and %().
+         ;; That would stop electric-pair-mode from pairing, though.  Hmm.
          (put-text-property (treesit-node-start node) (1+ (treesit-node-start node))
                             'syntax-table (string-to-syntax "|"))
          (put-text-property (1- (treesit-node-end node)) (treesit-node-end node)