aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_tree.moon')
-rw-r--r--nomsu_tree.moon5
1 files changed, 1 insertions, 4 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon
index 5aa8f81..1e662d7 100644
--- a/nomsu_tree.moon
+++ b/nomsu_tree.moon
@@ -57,10 +57,7 @@ Tree "DictEntry", 'multi'
Tree "IndexChain", 'multi'
Tree "Number", 'single'
Tree "Comment", 'single'
-
-Tree "Var", 'single',
- as_lua_id: =>
- "_"..(@value\gsub("%W", (c)-> if c == "_" then "__" else ("_%x")\format(c\byte!)))
+Tree "Var", 'single'
Tree "Action", 'multi',
get_stub: (include_names=false)=>