mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
minor: add floor/ceil snippets
This commit is contained in:
@@ -32,6 +32,8 @@ local operations = { -- first boolean: existing brack
|
||||
{ 'nr', 'norm', '', true, true },
|
||||
{ 'vv', 'vec', '', true, true },
|
||||
{ 'rt', 'sqrt', '', true, true },
|
||||
{ 'flo', 'floor', '', true, true },
|
||||
{ 'cei', 'ceil', '', true, true },
|
||||
}
|
||||
|
||||
local ts_wrap_query = ts.query.parse('typst', '[(call) (ident) (letter) (number)] @wrap')
|
||||
|
||||
Reference in New Issue
Block a user