Skip to content

Commit

Permalink
fix: add regex's unicode-case feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Aug 4, 2024
1 parent 98a06cb commit d645670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"package.json": "npm",
"turbo.json": "turbo",
"regex:(vercel|now)\\.json": "vercel",
"regex:(?i)\\.prettier((rc)|(\\.(toml|yml|yaml|json|js))?)$": "prettier",
"regex:\\.prettier((rc)|(\\.(toml|yml|yaml|json|js))?)$": "prettier",
"regex:\\.eslint((rc|ignore)|(\\.(json|js))?)$": "eslint",
"regex:\\.(now|vercel)ignore$": "vercel",
"regex:prettier\\.config\\.js$": "prettier",
Expand Down
2 changes: 1 addition & 1 deletion lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tower-lsp = "0.20.0"
git2 = { version = "0.19.0", default-features = false }
serde_json = { version = "1.0.122", features = ["std"] }
lazy_static = "1.5.0"
regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "perf", "unicode-case"] }

0 comments on commit d645670

Please sign in to comment.