Metadata-Version: 2.1
Name: textx-ls-core
Version: 0.2.0
Summary: a core language server logic for domain specific languages based on textX
Home-page: https://github.com/textX/textX-LS/core
Author: Daniel Elero
Author-email: danixeee@gmail.com
License: MIT
Keywords: textX DSL python domain specific languages
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textX>=4.0.1
Requires-Dist: wheel_inspect==1.7.1
Provides-Extra: dev
Requires-Dist: bandit==1.7.9; extra == "dev"
Requires-Dist: black==24.4.2; extra == "dev"
Requires-Dist: flake8==7.0.0; extra == "dev"
Requires-Dist: textx_gen_vscode>=0.1.3; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage==7.5.3; extra == "test"
Requires-Dist: pytest==8.2.2; extra == "test"
Requires-Dist: pytest-cov==5.0.0; extra == "test"
Provides-Extra: vscode
Requires-Dist: textx_gen_vscode>=0.1.3; extra == "vscode"

# _textX-LS-core_

_textX-LS-core_ project contains all logic for providing features like:

- _Code completion_
- _Code lens_
- _Find all references_
- _Go to definition_
