Fixing up the lexer used for syntax coloring to return the appropriate value for grouping operators.
svn: r332
This commit is contained in:
parent
cc8ee7ac3a
commit
623effa2f8
|
@ -242,7 +242,7 @@
|
||||||
(syn-val lexeme 'default #f start-pos end-pos)]
|
(syn-val lexeme 'default #f start-pos end-pos)]
|
||||||
|
|
||||||
[lex:grouping
|
[lex:grouping
|
||||||
(syn-val lexeme 'parenthesis #f start-pos end-pos)]
|
(syn-val lexeme 'parenthesis (string->symbol lexeme) start-pos end-pos)]
|
||||||
|
|
||||||
[lex:ident
|
[lex:ident
|
||||||
(syn-val lexeme 'identifier #f start-pos end-pos)]
|
(syn-val lexeme 'identifier #f start-pos end-pos)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user