Skip to content

Instantly share code, notes, and snippets.

View danipen's full-sized avatar

Daniel Peñalba danipen

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using TextMateSharp.Grammars;
namespace TextMateSharp.Model
{
using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Templates;
using Avalonia.Markup.Xaml;
using Avalonia.Media;
using Avalonia.Media.TextFormatting;
using System;
using System.IO;
using System.Text.Json;
namespace TextMateSharp.Internal.Parser.Json
{
public class JSONPListParser<T>
{
private bool theme;