many snippets

This commit is contained in:
Frizzus 2025-01-20 20:33:34 +01:00
parent ca932c83df
commit 4fab2f7425
3 changed files with 120 additions and 1 deletions

View file

@ -959,3 +959,5 @@ ls.add_snippets('tcl', snippets.tcl)
ls.add_snippets('typst', snippets.typst)
ls.add_snippets('c', snippets.c)
ls.add_snippets('cpp', snippets.c_header)
ls.add_snippets('bib', snippets.bib)
ls.add_snippets('javascript', snippets.js)