initial commit
This commit is contained in:
commit
e2ee7edf32
6 changed files with 78 additions and 0 deletions
9
qml-grammar-overlay.nix
Normal file
9
qml-grammar-overlay.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ fetchFromGitHub, tree-sitter }: tree-sitter.buildGrammar {
|
||||
version = "master";
|
||||
src = fetchFromGitHub {
|
||||
owner = "yuja";
|
||||
repo = "tree-sitter-qmljs";
|
||||
rev = "6d4db242185721e1f5ef21fde613ca90c743ec47";
|
||||
sha256 = "S6rBQRecJvPgyWq1iydFZgDyXbm9CZBw8kxzNI0cqdw=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue