[dependencies.ignore]
version = "0.4"
[dependencies.lex-core]
version = "0.2.2"
[dependencies.lsp-types]
version = "0.94"
[dependencies.pathdiff]
version = "0.2"
[dev-dependencies.tempfile]
version = "3"
[features]
test-support = []
[lib]
doctest = false
name = "lex_analysis"
path = "src/lib.rs"
[package]
authors = ["lex contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "development-tools"]
description = "Semantic analysis for the lex format"
edition = "2021"
keywords = ["analysis", "semantic", "lex", "lsp"]
license = "MIT"
name = "lex-analysis"
readme = false
repository = "https://github.com/lex-fmt/editors"
version = "0.2.7"
[[test]]
name = "test_definition_reference_markers"
path = "tests/test_definition_reference_markers.rs"
[[test]]
name = "test_inline_reference_markers"
path = "tests/test_inline_reference_markers.rs"