From da973be545d6da3b2d42023f96bcfd79f751eba9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 22 Jan 2026 13:09:29 +0100 Subject: Add CUDA grammar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54896fb..a6dac91 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VENDOR_DIRS = $(wildcard vendor/*) CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 LIBS = -I./vendor/tree-sitter/lib/include -lpthread -LANGS = c cpp python php go rust javascript lua zig kotlin odin tcl glsl +LANGS = c cpp python php go rust javascript lua zig kotlin odin tcl glsl cuda QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) -- cgit v1.2.3