Skip to content

Commit

Permalink
#57 - json highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Aug 2, 2024
1 parent 2ebd542 commit b853bb1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
using System.Diagnostics.CodeAnalysis;

namespace HydraScript.Domain.FrontEnd.Lexer;

public static class TokenTypesJson
{
[StringSyntax(StringSyntaxAttribute.Json)]
public const string String =
"""
[
Expand Down

0 comments on commit b853bb1

Please sign in to comment.