Skip to content

Commit

Permalink
Change R markdown language name to fix language server detection (#9012)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoohey31 committed Dec 15, 2023
1 parent b4571c2 commit 1185632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit 1185632

Please sign in to comment.