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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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