Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Aug 3, 2023
1 parent aeacf14 commit 4250c8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,6 @@ You can also use the command `RegexplainerYank`
:RegexplainerYank +
```

## A Note about Lookbehinds

While https://github.com/tree-sitter/tree-sitter-regex/issues/13 is still open,
lookbehind support is partial, and results may not be accurate, especially if
the term in the lookbehind is complex, e.g.

```javascript
/(?<!http|https:\/\/)www\.regex101\.com/;
```

## 🗃️ TODO list
- [ ] Display Regexp [railroad diagrams][railroad-diagrams] using ASCII-art
- [ ] Display Regexp [railroad diagrams][railroad-diagrams] via
Expand Down

0 comments on commit 4250c8f

Please sign in to comment.