diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 0b46cc49..1dda58ae 100644 --- a/languages.toml +++ b/languages.toml @@ -905,7 +905,8 @@ name = "markdown" scope = "source.md" injection-regex = "md|markdown" file-types = ["md", "markdown"] -roots = [] +roots = [".marksman.toml"] +language-server = { command = "marksman", args=["server"] } indent = { tab-width = 2, unit = " " } [[grammar]] |