Skip to content

Commit de9d504

Browse files
committed
feat: add meson.format to supported files, it is an ini, and thus uses that syntax
1 parent 79c2f3d commit de9d504

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,15 @@
434434
"aliases": [
435435
"Meson Wrap"
436436
]
437+
},
438+
{
439+
"id": "ini",
440+
"filenamePatterns": [
441+
"meson.format"
442+
],
443+
"aliases": [
444+
"Meson Format Config"
445+
]
437446
}
438447
],
439448
"grammars": [

0 commit comments

Comments
 (0)