mirror of https://github.com/Wilfred/difftastic/
Support @boolean and @character highlighting queries
parent
10a0e2dba9
commit
bdb68cd676
@ -1,5 +1,8 @@
|
||||
|
||||
foo x = x + 1
|
||||
|
||||
bar _ = 'c'
|
||||
|
||||
-- | Goodbye world
|
||||
bar y = y + 2
|
||||
isOne 1 = True
|
||||
isOne _ = False
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
|
||||
foo x = x + 1
|
||||
|
||||
bar _ = 'c'
|
||||
|
||||
-- | Hello world
|
||||
bar y = y + 1
|
||||
isOne 1 = True
|
||||
isOne _ = False
|
||||
|
||||
Loading…
Reference in New Issue