Implement push command

This commit is contained in:
2026-07-07 09:22:22 -05:00
parent faf3a16767
commit e728c3fdfa
4 changed files with 39 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ syn keyword strKeyword exit paste copy infile outfile assign clear show undo red
syn keyword strKeyword enclose lower upper lsub rsub prefix suffix quote unquote replace rev trim indent concat
syn keyword strKeyword line word each on drop take missing lines words split chunk join sort unique zip flatten group
syn match strKeyword "\<contains\>"
syn keyword strKeyword to from set over call lipsum convert if unless while table
syn keyword strKeyword to from set over call lipsum convert if unless while table push
" Types
syn match strType "::\s*\zs\(string\|int\|destructured\)"