add lua injection regex (#5606)
This commit is contained in:
parent
4535d0fa74
commit
8e10c592b9
1 changed files with 1 additions and 0 deletions
|
@ -717,6 +717,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-ocaml", rev = "23d4
|
|||
|
||||
[[language]]
|
||||
name = "lua"
|
||||
injection-regex = "lua"
|
||||
scope = "source.lua"
|
||||
file-types = ["lua"]
|
||||
shebangs = ["lua"]
|
||||
|
|
Loading…
Reference in a new issue