mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
chore(tests): consistent captures
This commit is contained in:
parent
17fae3f4a3
commit
10dd49958c
60 changed files with 872 additions and 873 deletions
|
|
@ -4,7 +4,7 @@ echo "<tt>Hello <strong>$user_name</tt></strong>";
|
|||
// XHP: Typechecked, well-formed, and secure
|
||||
$user_name = 'Andrew';
|
||||
$xhp = <tt>Hello <strong>{$user_name}</strong></tt>;
|
||||
// ^ tag
|
||||
// ^ tag
|
||||
// ^ string
|
||||
// ^ @tag
|
||||
// ^ @tag
|
||||
// ^ @string
|
||||
echo await $xhp->toStringAsync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue