aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblt__2023-11-12 22:04:03 +0000
committerGitHub2023-11-12 22:04:03 +0000
commit172ef2fa9f2322b3a82729c584ede6cb84879b91 (patch)
tree5e337fc77dac73c37d55bdfbc86ddcc702f9b5f6
parent6ab774da0b473c36a437d90abcdac3558353d32e (diff)
Highlight meson_options.txt as a meson file (#8794)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 11df7d24..7d4326a1 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = " " }