Skip to content

Commit

Permalink
Make a clearer transition
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Sep 27, 2023
1 parent 8872174 commit e16a692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ But that’s not all. If you use Pulsar, chances are very good that you use a pa

## What would break?

Let’s go back to those built-in query files and consider our string example. In [`tree-sitter-javascript/queries/highlights.scm`](https://github.com/tree-sitter/tree-sitter-javascript/blob/master/queries/highlights.scm#L85-L88) we can see how strings are treated:
With this in mind, let’s go back to those built-in Tree-sitter query files and consider our string example. In [`tree-sitter-javascript/queries/highlights.scm`](https://github.com/tree-sitter/tree-sitter-javascript/blob/master/queries/highlights.scm#L85-L88) we can see how strings are treated:

```scm
[
Expand Down

0 comments on commit e16a692

Please sign in to comment.