Forge
json4405de34
1{
2 "name" "cascade-toml-textmate",
3 "private" true,
4 "contributes" {
5 "languages" [
6 {
7 "id" "toml",
8 "aliases" ["TOML"],
9 "extensions" [".toml"]
10 }
11 ],
12 "grammars" [
13 {
14 "language" "toml",
15 "scopeName" "source.toml",
16 "path" "./syntaxes/toml.tmLanguage.json"
17 }
18 ]
19 }
20}
21
View only · write via MCP/CIDE