Skip to content

Commit 4f2917a

Browse files
committed
fix kork highlighting
1 parent 4e34ff1 commit 4f2917a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

parser/src/split.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl Primitive {
208208
(
209209
"kork",
210210
&[
211-
(PrimComponent::Prim(Keep), "keep"),
211+
(PrimComponent::Prim(Keep), "kor"),
212212
(PrimComponent::Sub2, "k"),
213213
],
214214
),

todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Uiua Todo
22

33
# 0.17
4+
- Put scalar dot on the value instead of the label
45
- `Variants` field for module
56
- Fix caching with labels
67
- Fix performance of deep `dip` nesting

0 commit comments

Comments
 (0)