Skip to content

Commit

Permalink
docs(readme): use [==[ and ]==] for queries strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 17, 2024
1 parent 949635e commit 59d6d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ build = {
queries = {
-- Will create a `queries/<lang>/highlights.scm`
-- Note that the content should not be indented.
["highlights.scm"] = [[
["highlights.scm"] = [==[
(signature
name: (variable) @function)
(function
name: (variable) @function)
]],
]==],
},

}
Expand Down

0 comments on commit 59d6d87

Please sign in to comment.