mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
This commit is contained in:
parent
c4996ba794
commit
3bd844e695
16 changed files with 23 additions and 49 deletions
|
|
@ -690,8 +690,6 @@ prospect as debugging continues.")
|
|||
;; Both single quote and double quote are string delimiters
|
||||
(modify-syntax-entry ?\' "\"" py-mode-syntax-table)
|
||||
(modify-syntax-entry ?\" "\"" py-mode-syntax-table)
|
||||
;; backquote is open and close paren
|
||||
(modify-syntax-entry ?\` "$" py-mode-syntax-table)
|
||||
;; comment delimiters
|
||||
(modify-syntax-entry ?\# "<" py-mode-syntax-table)
|
||||
(modify-syntax-entry ?\n ">" py-mode-syntax-table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue