Hightlight meson.options as meson file (#10323)
This commit is contained in:
parent
f601b7c278
commit
b974716b92
1 changed files with 1 additions and 1 deletions
|
@ -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 = " " }
|
||||
|
||||
|
|
Loading…
Reference in a new issue