diff --git a/language-configuration.json b/language-configuration.json index 7c24c88..27a1abc 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -15,7 +15,9 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["f\"", "f\""], + ["f'", "f'"] ], // symbols that can be used to surround a selection "surroundingPairs": [ @@ -25,4 +27,4 @@ ["\"", "\""], ["'", "'"] ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index d06132a..6f56aba 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "MCF" ], "extensions": [ - ".mcfunction" + ".mcfunction", + ".bolt" ], "configuration": "./language-configuration.json" }