Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b177937

Browse files
setContent => setPhpText
1 parent b1ad36d commit b177937

2 files changed

Lines changed: 187 additions & 187 deletions

File tree

spec/tree-sitter-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ${caret}
8181
return pass;
8282
},
8383

84-
setContent(content) {
84+
setPhpText(content) {
8585
this.setText(`<?php
8686
${dedent(content)}
8787
`);

0 commit comments

Comments
 (0)