feat(treesitter): add printf (#2450)

```c
printf("%s\n", "Finally!");
```
This commit is contained in:
Amaan Qureshi
2024-06-06 12:42:09 +02:00
committed by GitHub
parent fd4c38bc2b
commit 0a2f40c2fb

View File

@ -41,6 +41,7 @@ return {
"luap",
"markdown",
"markdown_inline",
"printf",
"python",
"query",
"regex",