feat: add nim file type
This commit is contained in:
parent
ec16f80548
commit
e937ff27ee
2 changed files with 10 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
.dependencies = .{
|
||||
.@"tree-sitter" = .{
|
||||
.url = "https://github.com/neurocyte/tree-sitter/releases/download/zig-0.13-1101c655d7634bf67e2ff09c60041cf7ae69608f/source.tar.gz",
|
||||
.hash = "1220b4350e6913255a3adf45e6f2754c0c5ee6669652316624a098b388d9c6344d01",
|
||||
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-bb237e72ae16e534b89d5652ba22976331e99832/source.tar.gz",
|
||||
.hash = "122043374e3f079e12d5e669e76f042fd9beec0f562fc6a5d95b2b0de5c29280a6ea",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
|
|
|
@ -182,6 +182,14 @@ pub const nasm = .{
|
|||
.injections = "tree-sitter-nasm/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const nim = .{
|
||||
.color = 0xffe953,
|
||||
.icon = "",
|
||||
.extensions = .{"nim"},
|
||||
.comment = "#",
|
||||
.language_server = .{"nimlangserver"},
|
||||
};
|
||||
|
||||
pub const ninja = .{
|
||||
.extensions = .{"ninja"},
|
||||
.comment = "#",
|
||||
|
|
Loading…
Add table
Reference in a new issue