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

Commit 433adae

Browse files
Add tests for tree-sitter grammar
These are exhaustive to tests ported from the TextMate grammar test for maximum compatibility. Never-the-less, there are still lots of FIXME comments to flag area that still need improvement or work.
1 parent ae4ab1e commit 433adae

3 files changed

Lines changed: 4304 additions & 1 deletion

File tree

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"tree-sitter-php-abc": "^0.17.0",
2020
},
2121
"devDependencies": {
22-
"coffeelint": "^1.10.1"
22+
"coffeelint": "^1.10.1",
23+
"dedent": "^0.7.0"
2324
}
2425
}

0 commit comments

Comments
 (0)