mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 02:08:54 +02: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
Add a link
Reference in a new issue