Highlight meson_options.txt as a meson file (#8794)

This commit is contained in:
blt__ 2023-11-13 02:04:03 +04:00 committed by GitHub
parent 6ab774da0b
commit 172ef2fa9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1943,7 +1943,7 @@ source = { git = "https://github.com/ap29600/tree-sitter-odin", rev = "b219207e4
name = "meson"
scope = "source.meson"
injection-regex = "meson"
file-types = ["meson.build"]
file-types = ["meson.build", "meson_options.txt"]
roots = []
comment-token = "#"
indent = { tab-width = 2, unit = " " }