add lua injection regex (#5606)

This commit is contained in:
anna 2023-01-20 00:20:40 -06:00 committed by GitHub
parent 4535d0fa74
commit 8e10c592b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]