Hightlight meson.options as meson file (#10323)

pull/10178/head
blt-r 2 months ago committed by GitHub
parent f601b7c278
commit b974716b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save