Skip to content

Commit

Permalink
Removed the redundant stubs #45
Browse files Browse the repository at this point in the history
  • Loading branch information
EmranMR committed Dec 6, 2023
1 parent cb95176 commit 01e5550
Show file tree
Hide file tree
Showing 4 changed files with 48,028 additions and 47,845 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ of use I have narrowed everything down to the following rules/queries:
```scm
((text) @injection.content
(#not-has-ancestor? @injection.content "envoy")
(#not-has-parent? @injection.content "comment")
(#set! injection.combined)
(#set! injection.language php))
```
Expand Down
1 change: 0 additions & 1 deletion queries/injections.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
((text) @injection.content
(#not-has-ancestor? @injection.content "envoy")
(#not-has-parent? @injection.content "comment")
(#set! injection.combined)
(#set! injection.language php))

Expand Down
Loading

0 comments on commit 01e5550

Please sign in to comment.