mirror of https://github.com/Wilfred/difftastic/
Add support for Scheme
parent
1dc45d84c6
commit
67ada1ccd4
@ -0,0 +1,3 @@
|
||||
|# A block comment before a simple function, but changed. #|
|
||||
(define (sub x y) ; This function returns the difference of its arguments
|
||||
(- x y))
|
||||
@ -0,0 +1,3 @@
|
||||
|# A block comment before a very simple function. #|
|
||||
(define (add x y) ; This function returns the sum of its arguments
|
||||
(+ x y))
|
||||
@ -0,0 +1 @@
|
||||
../tree-sitter-scheme/queries/highlights.scm
|
||||
@ -0,0 +1 @@
|
||||
tree-sitter-scheme/src
|
||||
Loading…
Reference in New Issue