Hightlight meson.options as meson file (#10323)

This commit is contained in:
blt-r
2024-04-09 22:17:52 +04:00
committed by GitHub
parent f601b7c278
commit b974716b92

View File

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