summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2014-07-18 15:32:50 +0200
committerJens Mönig <jens@moenig.org>2014-07-18 15:32:50 +0200
commit314c99737f195c1302968cfffc7c94bf8506271d (patch)
tree4ce4bbd29315303edc684ac2706181dee24e2694 /blocks.js
parent0e02a5ff6021bf6c5a86909b54dfdce50e1e478e (diff)
parent80d1e25bee175a06c9379aeff020054b3acb752c (diff)
downloadsnap-314c99737f195c1302968cfffc7c94bf8506271d.tar.gz
snap-314c99737f195c1302968cfffc7c94bf8506271d.zip
Merge pull request #516 from cycomachead/split
Split Block: Add a character option for clarity
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/blocks.js b/blocks.js
index ae3a42d..998a4da 100644
--- a/blocks.js
+++ b/blocks.js
@@ -848,6 +848,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
null, // text
false, // numeric?
{
+ 'character' : ['character'],
'whitespace' : ['whitespace'],
'line' : ['line'],
'tab' : ['tab'],