dotfiles/mzte-nv/conf/lua/pluginconf/p-ts-context.fnl

16 lines
576 B
Plaintext
Raw Normal View History

2023-02-19 21:23:55 +01:00
(local tsc (require :treesitter-context))
(tsc.setup {:patterns {:zig [:block
:FnProto
:function
:TopLevelDecl
:Statement
:IfStatement
:WhileStatement
:WhileExpr
:ForStatement
:ForExpr
:WhileStatement
:WhileExpr]
:html [:element]}})