Compare commits
No commits in common. "d5c1cd2a328ec75fd9b0feddbc9eb84b5f590939" and "942e8dfd4c750644bab508cb07367dc3f9e02eeb" have entirely different histories.
d5c1cd2a32
...
942e8dfd4c
3 changed files with 5 additions and 8 deletions
|
@ -9,7 +9,7 @@ pub fn build(b: *std.Build) void {
|
||||||
const target = b.standardTargetOptions(.{});
|
const target = b.standardTargetOptions(.{});
|
||||||
const optimize = b.standardOptimizeOption(.{});
|
const optimize = b.standardOptimizeOption(.{});
|
||||||
|
|
||||||
const tree_sitter_dep = b.dependency("tree_sitter", .{
|
const tree_sitter_dep = b.dependency("tree-sitter", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
.{
|
.{
|
||||||
.name = .flow_syntax,
|
.name = "flow-syntax",
|
||||||
.version = "0.1.0",
|
.version = "0.0.1",
|
||||||
.fingerprint = 0x3ba2584ea1cec85f,
|
|
||||||
.minimum_zig_version = "0.14.0-dev.3451+d8d2aa9af",
|
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.tree_sitter = .{
|
.@"tree-sitter" = .{
|
||||||
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-86dd4d2536f2748c5b4ea0e1e70678039a569aac/source.tar.gz",
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-86dd4d2536f2748c5b4ea0e1e70678039a569aac/source.tar.gz",
|
||||||
.hash = "N-V-__8AACablCbp-6lsRoKDEp6Xd2dHLe4AsW81blkSQxzs",
|
.hash = "1220e9fba96c468283129e977767472dee00b16f356e5912431cec8f1a009b6691a2",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
|
@ -392,7 +392,6 @@ pub const php = .{
|
||||||
.extensions = .{"php"},
|
.extensions = .{"php"},
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
.injections = "tree-sitter-php/queries/injections.scm",
|
.injections = "tree-sitter-php/queries/injections.scm",
|
||||||
.language_server = .{ "intelephense", "--stdio" },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const purescript = .{
|
pub const purescript = .{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue