Implement table command to parse tsv, csv, and JSON

This commit is contained in:
2026-07-06 18:17:47 -05:00
parent ddfd1b6201
commit faf3a16767
7 changed files with 304 additions and 326 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
syn keyword strKeyword to from set over call lipsum convert if unless while table
" Types
syn match strType "::\s*\zs\(string\|int\|destructured\)"