mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 18:15:21 +00:00
Move SyntaxMap tests to their own file
This commit is contained in:
parent
04e43899c0
commit
ac1882b99b
3 changed files with 1177 additions and 1174 deletions
|
@ -72,6 +72,8 @@ ctor.workspace = true
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
indoc.workspace = true
|
indoc.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
unindent.workspace = true
|
||||||
|
|
||||||
tree-sitter-embedded-template = "*"
|
tree-sitter-embedded-template = "*"
|
||||||
tree-sitter-html = "*"
|
tree-sitter-html = "*"
|
||||||
tree-sitter-javascript = "*"
|
tree-sitter-javascript = "*"
|
||||||
|
@ -81,4 +83,3 @@ tree-sitter-rust = "*"
|
||||||
tree-sitter-python = "*"
|
tree-sitter-python = "*"
|
||||||
tree-sitter-typescript = "*"
|
tree-sitter-typescript = "*"
|
||||||
tree-sitter-ruby = "*"
|
tree-sitter-ruby = "*"
|
||||||
unindent.workspace = true
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
1171
crates/language/src/syntax_map/syntax_map_tests.rs
Normal file
1171
crates/language/src/syntax_map/syntax_map_tests.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue