mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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",
|
||||
ecma = "javascript",
|
||||
jsx = "javascript",
|
||||
gyp = "python",
|
||||
html_tags = "html",
|
||||
["typescript.tsx"] = "tsx",
|
||||
["terraform-vars"] = "terraform",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue