mirror of https://github.com/Wilfred/difftastic/
Add support for Hare
parent
6015c77a99
commit
7ed685ae52
@ -0,0 +1,5 @@
|
||||
use fmt;
|
||||
|
||||
export fn main() void = {
|
||||
fmt::println("Hello, world!");
|
||||
};
|
||||
@ -0,0 +1 @@
|
||||
../tree-sitter-hare/queries/highlights.scm
|
||||
@ -0,0 +1 @@
|
||||
tree-sitter-hare/src/
|
||||
Loading…
Reference in New Issue