From 829b3f16a67a2c63f0ae3517a4037405ac830286 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:03:51 -0400 Subject: [PATCH] Add ultyas to the README.md file --- README.mdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mdown b/README.mdown index e41aaa05..673e29f8 100644 --- a/README.mdown +++ b/README.mdown @@ -80,6 +80,10 @@ get some! This is another textmate bundle converting tool using Elisp instead of Ruby. +4. [ultyas] is a command-line tool for converting UltiSnips snippets into + YASnippet format. It simplifies the migration from UltiSnips to YASnippet or + can be used to maintain consistent snippets across Vim/Neovim and Emacs. + Naturally, you can point `yas-snippet-dirs` to good snippet collections out there. If you have created snippets for a mode, or multiple modes, consider creating a repository to host them, then tell users that it @@ -165,4 +169,5 @@ Finally, thank you very much for using YASnippet! [gnudevel]: http://elpa.gnu.org/devel/yasnippet.html [yasmate]: http://github.com/joaotavora/yasmate [textmate-to-yas.el]: https://github.com/mattfidler/textmate-to-yas.el +[ultyas]: https://github.com/jamescherti/ultyas [yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets