mirror of https://github.com/Wilfred/difftastic/
Add support for Hack
parent
22813808fe
commit
43605bd5e8
@ -0,0 +1,5 @@
|
||||
<?hh
|
||||
|
||||
function foo(): vec<?int> {
|
||||
return vec[1, null];
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
<?hh
|
||||
|
||||
function foo(): vec<int> {
|
||||
return vec[1];
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
tree-sitter-hack/src
|
||||
Loading…
Reference in New Issue