a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Yuya Nishihara c40479c544 bump tree-sitter-typescript to 54931b39ae 2022-01-10 12:17:13 +07:00
.github/workflows add stripped-down version of workflow for master branch 2021-12-28 21:53:05 +07:00
bindings add scanner.c which just wraps typescript functions 2021-12-22 18:28:03 +07:00
examples exclude weird object pattern found in QtQuick.Controls 2 tests 2021-12-24 18:26:36 +07:00
queries use #eq? predicate for exact match 2021-12-29 15:13:12 +07:00
src add scanner.c which just wraps typescript functions 2021-12-22 18:28:03 +07:00
test add locals query to resolve object id 2021-12-28 18:00:10 +07:00
.gitignore add make rule to fetch qtdeclarative repo and try parsing *.qml files 2021-12-24 15:48:48 +07:00
Cargo.toml bump version to 0.1.0 2021-12-29 11:12:06 +07:00
LICENSE add MIT LICENSE text 2021-12-24 18:35:22 +07:00
Makefile copy license and source information to typescript-scanner.h 2021-12-26 16:59:46 +07:00
README.md add readme 2021-12-24 18:31:24 +07:00
binding.gyp add scanner.c which just wraps typescript functions 2021-12-22 18:28:03 +07:00
grammar.js leverage type_identifier where we're sure only type is allowed 2021-12-28 16:04:03 +07:00
package.json bump tree-sitter-typescript to 54931b39ae 2022-01-10 12:17:13 +07:00

README.md

tree-sitter-qmljs

QML grammar for the tree-sitter parsing library.

References: