summaryrefslogtreecommitdiff
path: root/graphics/asymptote/keywords.cc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/asymptote/keywords.cc
Initial commit
Diffstat (limited to 'graphics/asymptote/keywords.cc')
-rw-r--r--graphics/asymptote/keywords.cc46
1 files changed, 46 insertions, 0 deletions
diff --git a/graphics/asymptote/keywords.cc b/graphics/asymptote/keywords.cc
new file mode 100644
index 0000000000..19c9bbe4df
--- /dev/null
+++ b/graphics/asymptote/keywords.cc
@@ -0,0 +1,46 @@
+/*****
+ * This file is automatically generated by keywords.pl.
+ * Changes will be overwritten.
+ *****/
+
+ADD(and);
+ADD(controls);
+ADD(tension);
+ADD(atleast);
+ADD(curl);
+ADD(if);
+ADD(else);
+ADD(while);
+ADD(for);
+ADD(do);
+ADD(return);
+ADD(break);
+ADD(continue);
+ADD(struct);
+ADD(typedef);
+ADD(new);
+ADD(access);
+ADD(import);
+ADD(unravel);
+ADD(from);
+ADD(include);
+ADD(quote);
+ADD(static);
+ADD(public);
+ADD(private);
+ADD(restricted);
+ADD(this);
+ADD(explicit);
+ADD(true);
+ADD(false);
+ADD(null);
+ADD(cycle);
+ADD(newframe);
+ADD(operator);
+ADD(quit);
+ADD(q);
+ADD(exit);
+ADD(reset);
+ADD(erase);
+ADD(help);
+ADD(input);