diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-18 19:06:14 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-18 19:10:49 +0200 |
| commit | 692abd44213b32d507849cec74ec847c994cc257 (patch) | |
| tree | 940e149e69bddfae91202c5dbba6a30f477a280a /Sources/NorgKeyboardToolbar/EditorSnippet.swift | |
| parent | e5e024a5f4c8709cf2a28dc3bfab79d8037516e1 (diff) | |
Diffstat (limited to 'Sources/NorgKeyboardToolbar/EditorSnippet.swift')
| -rw-r--r-- | Sources/NorgKeyboardToolbar/EditorSnippet.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/NorgKeyboardToolbar/EditorSnippet.swift b/Sources/NorgKeyboardToolbar/EditorSnippet.swift index 4773eac..fe0a469 100644 --- a/Sources/NorgKeyboardToolbar/EditorSnippet.swift +++ b/Sources/NorgKeyboardToolbar/EditorSnippet.swift @@ -1,7 +1,7 @@ import Foundation /// The available editor snippets to show in the toolbar. -enum EditorSnippet: String, CaseIterable, Identifiable, Sendable { +public enum EditorSnippet: String, CaseIterable, Identifiable, Sendable { case heading case task case weakReverse |