mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
chore: remove X10D prefix from sourcegen
This commit is contained in:
parent
5289bd2595
commit
0ca8253402
@ -3,7 +3,7 @@ using System.Text.RegularExpressions;
|
|||||||
using Microsoft.CodeAnalysis;
|
using Microsoft.CodeAnalysis;
|
||||||
using Microsoft.CodeAnalysis.Text;
|
using Microsoft.CodeAnalysis.Text;
|
||||||
|
|
||||||
namespace X10D.SourceGenerator;
|
namespace SourceGenerator;
|
||||||
|
|
||||||
[Generator]
|
[Generator]
|
||||||
internal sealed class EmojiRegexGenerator : ISourceGenerator
|
internal sealed class EmojiRegexGenerator : ISourceGenerator
|
||||||
|
Loading…
Reference in New Issue
Block a user