diff options
| author | 2025-10-13 00:05:43 +0300 | |
|---|---|---|
| committer | 2025-10-13 00:05:43 +0300 | |
| commit | 5a941f218b918ca3b301d661942f0911c5153a12 (patch) | |
| tree | 2846be6d3428342d1a1f9f1cd7bc5058a4d4fe1a /src/tg-types/parse-mode.lisp | |
| parent | Some more TG types (diff) | |
| download | ukkoclot-5a941f218b918ca3b301d661942f0911c5153a12.tar.gz ukkoclot-5a941f218b918ca3b301d661942f0911c5153a12.tar.xz ukkoclot-5a941f218b918ca3b301d661942f0911c5153a12.zip | |
Rename tg-types to just tg
Diffstat (limited to 'src/tg-types/parse-mode.lisp')
| -rw-r--r-- | src/tg-types/parse-mode.lisp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tg-types/parse-mode.lisp b/src/tg-types/parse-mode.lisp deleted file mode 100644 index 80c24aa..0000000 --- a/src/tg-types/parse-mode.lisp +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | ||
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | ||
| 3 | (defpackage :ukkoclot/tg-types/parse-mode | ||
| 4 | (:use :c2cl :ukkoclot/enum) | ||
| 5 | (:export :html :markdown-legacy :markdown :parse-mode)) | ||
| 6 | (in-package :ukkoclot/tg-types/parse-mode) | ||
| 7 | |||
| 8 | (define-enum parse-mode | ||
| 9 | (markdown-legacy "Markdown") | ||
| 10 | (markdown "MarkdownV2") | ||
| 11 | (html "HTML")) | ||