mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat: map automake to make
This commit is contained in:
parent
99ddf57353
commit
533ad655ad
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ local function register_lang(lang, ft)
|
|||
end
|
||||
|
||||
for ft, lang in pairs {
|
||||
automake = "make",
|
||||
javascriptreact = "javascript",
|
||||
ecma = "javascript",
|
||||
jsx = "javascript",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue