Change R markdown language name to fix language server detection (#9012)

This commit is contained in:
Matthew Toohey 2023-12-15 01:54:43 -05:00 committed by GitHub
parent b4571c292e
commit 11856329bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1668,6 +1668,7 @@ source = { git = "https://github.com/r-lib/tree-sitter-r", rev = "cc04302e1bff76
[[language]]
name = "rmarkdown"
scope = "source.rmd"
language-id = "rmd"
injection-regex = "(r|R)md"
file-types = ["rmd", "Rmd"]
indent = { tab-width = 2, unit = " " }