mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Change R markdown language name to fix language server detection (#9012)
This commit is contained in:
parent
b4571c292e
commit
11856329bf
@ -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…
Reference in New Issue
Block a user