syntax: fix spacing

locals-and-roots
Doug Coleman 2016-06-21 12:07:38 -07:00
parent fcf1b23734
commit 6e1dd40d23
1 changed files with 6 additions and 6 deletions

View File

@ -58,28 +58,28 @@ IN: bootstrap.syntax
{ "_" "@" } define-fry-specifiers
! "@" [ "Only valid inside a fry" throw ] ( -- * ) define-fry-specifier
"![[" [
"![[" [
"]]" parse-multiline-string drop
] define-core-syntax
"![=[" [
"![=[" [
"]=]" parse-multiline-string drop
] define-core-syntax
"![==[" [
"![==[" [
"]==]" parse-multiline-string drop
] define-core-syntax
"[[" [
"[[" [
"]]" parse-multiline-string suffix!
] define-core-syntax
"[=[" [
"[=[" [
"]=]" parse-multiline-string suffix!
] define-core-syntax
"[==[" [
"[==[" [
"]==]" parse-multiline-string suffix!
] define-core-syntax