Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-frontend
Commits
2b1444e1
Commit
2b1444e1
authored
Mar 08, 2016
by
Kirchmayr
Browse files
Removed LeftBraceSemicolon "{;" from Html/SyntaxColoring, having removed it from curry-base
parent
53527adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Html/SyntaxColoring.hs
View file @
2b1444e1
...
...
@@ -435,7 +435,6 @@ showToken (Token Comma _) = ","
showToken
(
Token
Underscore
_
)
=
"_"
showToken
(
Token
Backquote
_
)
=
"`"
showToken
(
Token
VSemicolon
_
)
=
""
showToken
(
Token
LeftBraceSemicolon
_
)
=
"{;"
showToken
(
Token
VRightBrace
_
)
=
""
showToken
(
Token
At
_
)
=
"@"
showToken
(
Token
Colon
_
)
=
":"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment