summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2022-12-28(python--treesit-settings): Remove duplicate matcherDmitry Gutov
2022-12-26Clean up python-ts-mode font-lock featuresYuan Fu
2022-12-26; Fix typosStefan Kangas
2022-12-24Support treesit-defun-name in tree-sitter major modesYuan Fu
2022-12-15Add "function" feature to python-ts-mode (bug#59977)Yuan Fu
2022-12-15Add basic support for hideshow in python-ts-mode (bug#60044)Yuan Fu
2022-12-13Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma
2022-12-12Add "->" to python--treesit-operators (bug#59968)Daniel Martín
2022-12-04Improve treesit-fontify-with-overrideYuan Fu
2022-12-01Add case and match to python--treesit-keywords (bug#59720)Daniel Martín
2022-12-01Add highlighting Python operators (bug#59629)kobarity
2022-11-30Sink python indent offset guessing to avoid test failureMattias Engdegård
2022-11-26Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu
2022-11-26Partially fix some python tests (bug#59477)Yuan Fu
2022-11-25; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii
2022-11-24Improve python-ts-mode fontification (bug#59534)Yuan Fu
2022-11-23Don't skip nested defuns in python-ts-mode defun navigationYuan Fu
2022-11-23; Fix typosStefan Kangas
2022-11-22Tweak python-ts-mode fontification (bug#59470)Yuan Fu
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-21; Silence byte-compiler warningsEli Zaretskii
2022-11-21Add separate keymaps for js/python/css-ts-modeYuan Fu
2022-11-21Tweak python-ts-mode fontificationYuan Fu
2022-11-20Limit recursion level for tree-sitter imenu functionsYuan Fu
2022-11-20; Improve recently-modified documentationEli Zaretskii
2022-11-19Fix uses of treesit-ready-pYuan Fu
2022-11-19Merge function/class-name features in python-modeYuan Fu
2022-11-19Split python-mode into native and tree-sitter variantYuan Fu
2022-11-19Fix python-mode tree-sitter fontificationYuan Fu
2022-11-17Utilize new font-lock faces for C/C++ and Python tree-sitter useRandy Taylor
2022-11-15Make tree-sitter fontification automatically updateYuan Fu
2022-11-15Remove the contextual hack in tree-sitter fontificationYuan Fu
2022-11-10Utilize new face font-lock-escape-face in python-modeYuan Fu
2022-11-10Fix indentation for multi-line block start in Python modekobarity
2022-11-09Mimic existing python-mode beg/end-of-defun behavior betterYuan Fu
2022-11-02Pass region start and end to tree-sitter fontification functionsYuan Fu
2022-11-02Add handling of contextual entities in tree-sitter font-lockYuan Fu
2022-11-02Change signature of tree-sitter font-lock functionsYuan Fu
2022-11-01Fix string fontification for tree-sitter python-modeYuan Fu
2022-10-31Use treesit-fontify-with-override in tree-sitter functionsYuan Fu
2022-10-31Add an argument OVERRIDE to tree-sitter font-lock functionsYuan Fu
2022-10-31Improve python tree-sitter's string fontificationYuan Fu
2022-10-29Separate python tree-sitter fontification into featuresYuan Fu
2022-10-27Disable completion/ElDoc/FFAP when Python program is runningkobarity
2022-10-26Add tree-sitter navigation support to python-modeYuan Fu
2022-10-25New tree-sitter toggle schemeYuan Fu
2022-10-19Revise the toggle scheme of tree-sitter (again)Yuan Fu
2022-10-18; * lisp/progmodes/python.el (python--backend-toggle): Use cond.Yuan Fu
2022-10-18Install new toggle scheme for tree-sitterYuan Fu
2022-10-16Fix invalid search bound error in python-shell-completion-at-pointkobarity