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

pull/9828/head
Matthew Toohey 6 months ago committed by GitHub
parent b4571c292e
commit 11856329bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = " " }

Loading…
Cancel
Save