mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
fix: add regex's unicode-case feature flag
This commit is contained in:
parent
98a06cb22f
commit
d645670b57
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue