Skip to content

Commit

Permalink
Hightlight meson.options as meson file (helix-editor#10323)
Browse files Browse the repository at this point in the history
  • Loading branch information
blt-r committed Apr 9, 2024
1 parent f601b7c commit b974716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }

Expand Down

0 comments on commit b974716

Please sign in to comment.