diff options
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 |