1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-30 09:15:08 +02:00

Hightlight meson.options as meson file (#10323)

This commit is contained in:
blt-r 2024-04-09 22:17:52 +04:00 committed by GitHub
parent f601b7c278
commit b974716b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = " " }