mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-03 20:02:28 +01:00
Add Ninja highlight test
This commit is contained in:
6
tests/syntax-tests/source/Ninja/test.ninja
Normal file
6
tests/syntax-tests/source/Ninja/test.ninja
Normal file
@@ -0,0 +1,6 @@
|
||||
cflags = -Wall
|
||||
|
||||
rule cc
|
||||
command = gcc $cflags -c $in -o $out
|
||||
|
||||
build foo.o: cc foo.c
|
Reference in New Issue
Block a user