feat(app): add swift snippets and fix snippet color state bug

This commit is contained in:
rektdeckard
2024-02-03 01:37:57 -07:00
parent e865fb2aca
commit 188e3e88a6
4 changed files with 26 additions and 6 deletions

View File

@@ -11,4 +11,5 @@ export enum SnippetType {
HTML = "Web",
FLUTTER = "Flutter",
ELM = "Elm",
SWIFT = "Swift",
}