mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"printf",
|
||||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue