aboutsummaryrefslogtreecommitdiff
path: root/Sources/NorgKeyboardToolbar/EditorSnippet.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-06-18 19:06:14 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-06-18 19:10:49 +0200
commit692abd44213b32d507849cec74ec847c994cc257 (patch)
tree940e149e69bddfae91202c5dbba6a30f477a280a /Sources/NorgKeyboardToolbar/EditorSnippet.swift
parente5e024a5f4c8709cf2a28dc3bfab79d8037516e1 (diff)
Add UIKit SupportHEAD1.1.0main
Diffstat (limited to 'Sources/NorgKeyboardToolbar/EditorSnippet.swift')
-rw-r--r--Sources/NorgKeyboardToolbar/EditorSnippet.swift2
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