aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_python.lua
AgeCommit message (Collapse)Author
2025-06-24Corrections to language_python (#278)Jefferson González
This is a continuation of #274 and fixes various of the reported issues on that PR without reverting to the older version of the language definition. Changes tested with a 40k LOC file and performance seems fine.
2024-06-21Update language_python.lua (#1723)Gaspartcho
* Update language_python.lua * Update language_python.lua * Update language_python.lua * implemented a better `python_type` subsyntax * Update language_python.lua * fixed a small error where you couldn't hint a type at a var and guive it a value at the same time * Update language_python.lua * Update language_python.lua Dictionaries appear now normally * Update language_python.lua * added suggestions concerning strings * commited suggestion Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Various changes * Update language_python.lua Syntax more optimized but a tiny bit more complex... * Simplified everything --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-02-26Added .pyi extension to python. (#1728)PerilousBooklet
2024-01-22Improve number highlighting for python syntax highlighting (#1704)Fiji
* Improve number highlighting for python syntax highlighting Adds support for octal and binary representation, as well uppercase characters (X, B and O) * add underscore and negative hex/oct/bin value support * Removed | from pattern
2022-08-16language_python: add syntax support for async/awaitBen Larisch
2022-07-13`language_python`: Add new patterns (#1074)Cyriaque Skrapits
* `language_python`: Add new patterns This commit provides: - multiline comments support; - unicode string symbol highlighting; - class names as keyword2.
2022-07-13[chore]: Delete useless $NCarrezDev
follow up on Guldoman's comment
2022-07-06[chore]: Update syntaxNCarrezDev
Harmonizing the syntax files Now inline comment are a single string instead of a table of strings. -(language_c): Removed whitespaces breaking indent -(language_html): Removed trailing whitespace
2022-07-03language_python: add syntax support for match-case statementBen Larisch
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-04-24Merge branch 'master' into master-2.1Adam
2022-04-18Add triple single quotes multiline strings to `language_python`Philip Bergwerf
2022-04-03Bumping version numbers.Adam Harrison
2021-11-23Apply again cd10497b495f42f5cb102aac93af3e9280e65619PIESEL
Use Python syntax highlighting for Ren'Py scripts.
2021-11-21Add names to language pluginsGuldoman
2021-10-23Fix python docstring highlightingFrancesco Abbate
From PR: https://github.com/lite-xl/lite-xl/pull/624 contributed by @dflock.
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2020-12-19Added support for `.pyw` files in language_python pluginrxi
2020-06-08Added file-header pattern support to `syntax`rxi
2019-12-28Initial commitrxi