LICENSE
README.md
pyproject.toml
tkeditor/__init__.py
tkeditor/editor.py
tkeditor/editor.pyi
tkeditor.egg-info/PKG-INFO
tkeditor.egg-info/SOURCES.txt
tkeditor.egg-info/dependency_links.txt
tkeditor.egg-info/top_level.txt
tkeditor/config/settings.py
tkeditor/core/__init__.py
tkeditor/core/auto_indent.py
tkeditor/core/bracket_match.py
tkeditor/core/manage.py
tkeditor/lexers/__init__.py
tkeditor/lexers/baselexer.py
tkeditor/lexers/baselexer.pyi
tkeditor/lexers/clexer.py
tkeditor/lexers/cpplexer.py
tkeditor/lexers/csslexer.py
tkeditor/lexers/highlight.py
tkeditor/lexers/htmllexer.py
tkeditor/lexers/jslexer.py
tkeditor/lexers/jsonlexer.py
tkeditor/lexers/pythonlexer.py
tkeditor/lexers/xmllexer.py
tkeditor/lexers/yamllexer.py
tkeditor/ui/__init__.py
tkeditor/ui/autocompleteBox.py
tkeditor/ui/autoscrollbar.py
tkeditor/ui/base_editor.py
tkeditor/ui/context_menu.py
tkeditor/ui/folding_code.py
tkeditor/ui/line_number.py
tkeditor/utils/__init__.py
tkeditor/utils/helper.py