mirror of https://github.com/helix-editor/helix
Highlight meson_options.txt as a meson file (#8794)
parent
6ab774da0b
commit
172ef2fa9f
|
@ -1943,7 +1943,7 @@ source = { git = "https://github.com/ap29600/tree-sitter-odin", rev = "b219207e4
|
||||||
name = "meson"
|
name = "meson"
|
||||||
scope = "source.meson"
|
scope = "source.meson"
|
||||||
injection-regex = "meson"
|
injection-regex = "meson"
|
||||||
file-types = ["meson.build"]
|
file-types = ["meson.build", "meson_options.txt"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
Loading…
Reference in New Issue