mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
feat(treesitter): add printf (#2450)
```c
printf("%s\n", "Finally!");
```
This commit is contained in:
parent
fd4c38bc2b
commit
0a2f40c2fb
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ return {
|
||||||
"luap",
|
"luap",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
|
"printf",
|
||||||
"python",
|
"python",
|
||||||
"query",
|
"query",
|
||||||
"regex",
|
"regex",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue