]> git.eshelyaron.com Git - emacs.git/commit
Add "->" to python--treesit-operators (bug#59968)
authorDaniel Martín <mardani29@yahoo.es>
Sun, 11 Dec 2022 16:33:13 +0000 (17:33 +0100)
committerYuan Fu <casouri@gmail.com>
Mon, 12 Dec 2022 23:08:55 +0000 (15:08 -0800)
commit631908f70172a117f83596936abe7f042005b57a
treef1dc4cf8e71fd1d6e18a6cd373682f65486e2790
parent5d4274d9b65d87fe7d672e7a930abd615f431f34
Add "->" to python--treesit-operators (bug#59968)

* lisp/progmodes/python.el (python--treesit-operators): Add "->", used
to specify the return types of functions in Python.
lisp/progmodes/python.el