Compare commits
6 commits
942e8dfd4c
...
d5c1cd2a32
Author | SHA1 | Date | |
---|---|---|---|
d5c1cd2a32 | |||
![]() |
6b4feb7da2 | ||
![]() |
46cd19ca85 | ||
7214ee0af2 | |||
![]() |
b223817852 | ||
8b3a5ac170 |
3 changed files with 8 additions and 5 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,11 +1,13 @@
|
||||||
.{
|
.{
|
||||||
.name = "flow-syntax",
|
.name = .flow_syntax,
|
||||||
.version = "0.0.1",
|
.version = "0.1.0",
|
||||||
|
.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 = "1220e9fba96c468283129e977767472dee00b16f356e5912431cec8f1a009b6691a2",
|
.hash = "N-V-__8AACablCbp-6lsRoKDEp6Xd2dHLe4AsW81blkSQxzs",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
|
@ -392,6 +392,7 @@ 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