Skip to content

Commit

Permalink
Refactor to use Onigwrap package
Browse files Browse the repository at this point in the history
  • Loading branch information
aikawayataro committed Aug 9, 2024
1 parent 0075b92 commit 2d5a5d9
Show file tree
Hide file tree
Showing 27 changed files with 14 additions and 1,104 deletions.
123 changes: 0 additions & 123 deletions src/TextMateSharp.Tests/Internal/Oniguruma/OnigRegExpTests.cs

This file was deleted.

101 changes: 0 additions & 101 deletions src/TextMateSharp.Tests/Internal/Oniguruma/OnigScannerTests.cs

This file was deleted.

41 changes: 0 additions & 41 deletions src/TextMateSharp.Tests/Internal/Oniguruma/OnigSearcherTests.cs

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/TextMateSharp/Grammar/GrammarHelper.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;

using TextMateSharp.Internal.Grammars;
using TextMateSharp.Internal.Oniguruma;
using TextMateSharp.Internal.Types;
using TextMateSharp.Themes;

Expand Down
2 changes: 1 addition & 1 deletion src/TextMateSharp/Internal/Grammars/LineTokenizer.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Onigwrap;

using TextMateSharp.Grammars;
using TextMateSharp.Internal.Matcher;
using TextMateSharp.Internal.Oniguruma;
using TextMateSharp.Internal.Rules;
using TextMateSharp.Internal.Utils;

Expand Down
3 changes: 2 additions & 1 deletion src/TextMateSharp/Internal/Matcher/MatchInjectionResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using TextMateSharp.Internal.Oniguruma;
using Onigwrap;

using TextMateSharp.Internal.Rules;

namespace TextMateSharp.Internal.Matcher
Expand Down
3 changes: 2 additions & 1 deletion src/TextMateSharp/Internal/Matcher/MatchResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using TextMateSharp.Internal.Oniguruma;
using Onigwrap;

using TextMateSharp.Internal.Rules;

namespace TextMateSharp.Internal.Matcher
Expand Down
13 changes: 0 additions & 13 deletions src/TextMateSharp/Internal/Oniguruma/IOnigCaptureIndex.cs

This file was deleted.

Loading

0 comments on commit 2d5a5d9

Please sign in to comment.