Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jan 19, 2024
1 parent b975400 commit 215e1ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ finalState:
selections:
- anchor: {line: 0, character: 10}
active: {line: 0, character: 10}
ide:
messages:
- {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
- {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ finalState:
selections:
- anchor: {line: 0, character: 21}
active: {line: 0, character: 21}
ide:
messages:
- {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
- {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
local name="Hello world"
---

[Content] = 0:11-0:24
0| local name="Hello world"
>-------------<

[Removal] = 0:10-0:24
0| local name="Hello world"
>--------------<

[Leading delimiter] = 0:10-0:11
0| local name="Hello world"
>-<

[Domain] = 0:0-0:24
0| local name="Hello world"
>------------------------<

[Insertion delimiter] = " "

0 comments on commit 215e1ab

Please sign in to comment.