bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59807: 29.0.60; [PATCH] python-ts-mode does not auto-complete the cl


From: Kai Ma
Subject: bug#59807: 29.0.60; [PATCH] python-ts-mode does not auto-complete the closing quote
Date: Sun, 04 Dec 2022 06:27:18 +0800

When electric-pair-mode is enabled, a single quote ' should be auto
completed to be '' (which means an empty string).  Python-mode correctly
does this, but python-ts-mode does not.  This is clearly a problem
regarding the syntax table.

The attached patch makes python-ts-mode uses the same syntax table as
python-mode's, and fixes this problem.  I also checked a few other ts
modes, and some also have this issue.  For example, js-ts-mode does not
auto complete '' either, which is also fixed by this patch.

Attachment: 0001-Fix-syntax-tables-of-tree-sitter-modes.patch
Description: Fix syntax tables of tree-sitter modes

Kai

reply via email to

[Prev in Thread] Current Thread [Next in Thread]