mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
feat(parsers): register python for gyp files
This commit is contained in:
parent
dd7bb795c4
commit
0758155d4d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ for ft, lang in pairs {
|
||||||
javascriptreact = "javascript",
|
javascriptreact = "javascript",
|
||||||
ecma = "javascript",
|
ecma = "javascript",
|
||||||
jsx = "javascript",
|
jsx = "javascript",
|
||||||
|
gyp = "python",
|
||||||
html_tags = "html",
|
html_tags = "html",
|
||||||
["typescript.tsx"] = "tsx",
|
["typescript.tsx"] = "tsx",
|
||||||
["terraform-vars"] = "terraform",
|
["terraform-vars"] = "terraform",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue