aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/t.ml
diff options
context:
space:
mode:
authorChimrod <>2024-01-18 08:25:54 +0100
committerChimrod <>2024-01-18 08:25:54 +0100
commitc8fb3bdbf3d35c0fd4496d3150961e1fcb202f05 (patch)
tree27554b623d66d8c85eea16b59847973fda779460 /lib/syntax/t.ml
parented1365aedbc69eea0b9c8338d97ec096542e4c2a (diff)
Change STATTXT into an identifier instead of a function
Diffstat (limited to 'lib/syntax/t.ml')
-rw-r--r--lib/syntax/t.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syntax/t.ml b/lib/syntax/t.ml
index 697b18e..cb9c7ce 100644
--- a/lib/syntax/t.ml
+++ b/lib/syntax/t.ml
@@ -70,8 +70,6 @@ type function_ =
| Rgb
| Rnd
| Selact
- | Stattxt
- | Stattxt'
| Str
| Str'
| Strcomp
@@ -128,6 +126,8 @@ type keywords =
| ShowInput
| ShowObjs
| ShowStat
+ | Stattxt
+ | Stattxt'
| Unselect
| View
| Wait