mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* fix: match the main return type to avoid a style class concat type error Error: can only concatenate str (not "_TokenType") to str in prompt_toolkit/formatted_text/base.py, line 94, in <listcomp> [(style + " " + item_style, *rest) for item_style, *rest in result] * feat: support semantic prompt sequences for the multiline prompt * Ignore .python-version * doc: add News item * doc: add description for the new multiline prompt env vars
97 lines
1.1 KiB
Text
97 lines
1.1 KiB
Text
*.pyc
|
|
*.out
|
|
*.xcf
|
|
*.egg
|
|
.eggs/
|
|
.pytest_cache/
|
|
lexer_table.py
|
|
parser_table.py
|
|
parser_test_table.py
|
|
xonsh/lexer_table.py
|
|
xonsh/parser_table.py
|
|
xonsh/completion_parser_table.py
|
|
xonsh/parsers/completion_parser_table.py
|
|
tests/lexer_table.py
|
|
tests/parser_table.py
|
|
tests/lexer_test_table.py
|
|
tests/parser_test_table.py
|
|
tests/testfile
|
|
build/
|
|
dist/
|
|
xonsh.egg-info/
|
|
docs/_build/
|
|
docs/envvarsbody
|
|
docs/xontribsbody
|
|
docs/eventsbody
|
|
xonsh/dev.githash
|
|
xontrib/__init__.py
|
|
|
|
# temporary files from vim and emacs
|
|
*~
|
|
*#
|
|
.#*
|
|
*.swp
|
|
*.swo
|
|
|
|
# Virtualenv
|
|
pip-selfcheck.json
|
|
bin/
|
|
/lib/
|
|
include/
|
|
venv/
|
|
.venv*/
|
|
|
|
# Python project version files
|
|
.python-version
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Editor project files
|
|
*.komodo*
|
|
.cache
|
|
.idea
|
|
|
|
.coverage
|
|
coverage.xml
|
|
feedstock/
|
|
*.cred
|
|
tttt
|
|
Actually_test.tst
|
|
Actually.tst
|
|
Complete_test.tst
|
|
Complete.tst
|
|
tags
|
|
|
|
# Rever
|
|
rever/
|
|
# Allow the lib
|
|
!/xonsh/lib
|
|
|
|
|
|
# Allow tests/bin
|
|
!/tests/bin
|
|
|
|
# elm
|
|
xonsh/webconfig/elm-stuff/
|
|
xonsh/webconfig/js/app.js
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# AppImage
|
|
*.AppImage
|
|
|
|
# mypy
|
|
.dmypy.json
|
|
.mypy_cache
|
|
|
|
# testmon pytest-plugin
|
|
.testmondata
|
|
|
|
# pdm
|
|
.pdm.toml
|
|
__pypackages__
|
|
|
|
# one can use pip or pdm during development
|
|
pdm.lock
|