using MfGames.Nitride.Generators; namespace MfGames.Nitride.Gemtext; /// /// A marker component for indicating that an entity is Gemtext, the format /// for text files using the Gemini protocol. /// [SingletonComponent] public partial class IsGemtext { }