aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index a6e56458..d888ad86 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1373,7 +1373,7 @@ require'lspconfig'.denols.setup{}
lint = false,
unstable = false
}
- root_dir = root_pattern("package.json", "tsconfig.json", ".git")
+ root_dir = root_pattern("deno.json", "deno.jsonc", "package.json", "tsconfig.json", ".git")
```