Skip to content

Commit

Permalink
Fixed issue with .swift files + added words to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 28, 2024
1 parent 7f71367 commit 6244e9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
14 changes: 0 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion harper-core/dictionary.dict
Original file line number Diff line number Diff line change
Expand Up @@ -41438,7 +41438,7 @@ shack/MDSG
shackle's
shackle/UGDS
shad/GMDSJ
shade/MS
shade/MSR
shadily
shadiness/M
shading/M
Expand Down Expand Up @@ -49590,3 +49590,5 @@ C++
JavaScript
TODO
Todo
raytracer
viewport
2 changes: 1 addition & 1 deletion harper-ls/src/tree_sitter_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl TreeSitterParser {
"h" => tree_sitter_cpp::language(),
"hpp" => tree_sitter_cpp::language(),
"rb" => tree_sitter_ruby::language(),
"swift" => tree_sitter_ruby::language(),
"swift" => tree_sitter_swift::language(),
"cs" => tree_sitter_c_sharp::language(),
"toml" => tree_sitter_toml::language(),
"lua" => tree_sitter_lua::language(),
Expand Down
1 change: 0 additions & 1 deletion harper-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ wasm-bindgen = "0.2.90"
harper-core = { path = "../harper-core" }
serde = "1.0.195"
serde-wasm-bindgen = "0.6.3"
getrandom = { version = "0.2.12", features = ["js"] }

0 comments on commit 6244e9a

Please sign in to comment.