diff options
author | blt__ | 2023-11-12 22:04:03 +0000 |
---|---|---|
committer | GitHub | 2023-11-12 22:04:03 +0000 |
commit | 172ef2fa9f2322b3a82729c584ede6cb84879b91 (patch) | |
tree | 5e337fc77dac73c37d55bdfbc86ddcc702f9b5f6 /languages.toml | |
parent | 6ab774da0b473c36a437d90abcdac3558353d32e (diff) |
Highlight meson_options.txt as a meson file (#8794)
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
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 = " " } |