Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 4482ca04..db997ac7 100644 --- a/languages.toml +++ b/languages.toml @@ -2063,6 +2063,16 @@ name = "gleam" source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "426e67087fd62be5f4533581b5916b2cf010fb5b" } [[language]] +name = "quarto" +scope = "source.qmd" +language-id = "qmd" +injection-regex = "qmd" +file-types = ["qmd"] +indent = { tab-width = 2, unit = " " } +grammar = "markdown" +block-comment-tokens = { start = "<!--", end = "-->" } + +[[language]] name = "ron" scope = "source.ron" injection-regex = "ron" |