about summary refs log tree commit diff stats
path: root/apps/tile/data.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-18 23:41:57 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-18 23:41:57 -0700
commit1158758f20f1b9273e8e6c0f2a8f10caf980641b (patch)
tree64c6df6d07a24519c5e026ea8bf5c74a07cae125 /apps/tile/data.mu
parentf1a3f88e95785e766793e91223d0eb4cdd130c60 (diff)
downloadmu-1158758f20f1b9273e8e6c0f2a8f10caf980641b.tar.gz
7063 - tile: scaffolding for defining functions
Diffstat (limited to 'apps/tile/data.mu')
-rw-r--r--apps/tile/data.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tile/data.mu b/apps/tile/data.mu
index 2e999d07..abfaabcc 100644
--- a/apps/tile/data.mu
+++ b/apps/tile/data.mu
@@ -5,6 +5,7 @@ type sandbox {
   cursor-call-path: (handle call-path-element)
   expanded-words: (handle call-path)
   partial-name-for-cursor-word: (handle word)  # only when renaming word
+  partial-name-for-function: (handle word)  # only when defining function
   #
   next: (handle sandbox)
   prev: (handle sandbox)