Skip to content

Commit

Permalink
Merge pull request #312 from Krzmbrzl/master
Browse files Browse the repository at this point in the history
Added CWL for pgfplotstable
  • Loading branch information
sunderme committed Sep 5, 2018
2 parents 37319af + df6637d commit bfc895f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions completion/pgfplotstable.cwl
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# CWL for the pgfplotstable.sty package

#include:pgfplots
#include:array

\pgfplotstableclear{table}
\pgfplotstablecol#*
\pgfplotstablecolname#*
\pgfplotstablecols#*
\pgfplotstablecreatecol[options]{row count}{table}
\pgfplotstableforeachcolumn#*
\pgfplotstableforeachcolumnelement#*
\pgfplotstablegetcolsof{file}#*
\pgfplotstablegetcolumnnamebyindex{col index}#*
\pgfplotstablegetelem{row}{column}#*
\pgfplotstablegetrowsof{file}#*
\pgfplotstablegetrowsof{table}#*
\pgfplotstablemodifyeachcolumnelement{col name}#*
\pgfplotstablename#*
\pgfplotstablenew[options]{row count}{table%cmd}#d
\pgfplotstablenew*[options]{row count}{table%cmd}#d
\pgfplotstableread{file}{table%cmd}#d
\pgfplotstableread{inline table}{table%cmd}#d
\pgfplotstablerow#*
\pgfplotstablerows#*
\pgfplotstablesave[options]{table}{output-file name}
\pgfplotstablesave[options]{file}{output-file name}
\pgfplotstableset{key-value-options}
\pgfplotstablesort[options]{resulttable%cmd}{table}#d
\pgfplotstabletranspose[options]{resulttable%cmd}{table}#d
\pgfplotstabletypeset[options]{file}
\pgfplotstabletypesetfile[options]{file}
\pgfplotstablevertcat{table}{table}

0 comments on commit bfc895f

Please sign in to comment.