Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong highlighting of numbers followed by ']', '*', '!' #258

Closed
snuyanzin opened this issue Jan 15, 2019 · 1 comment
Closed

Wrong highlighting of numbers followed by ']', '*', '!' #258

snuyanzin opened this issue Jan 15, 2019 · 1 comment

Comments

@snuyanzin
Copy link
Collaborator

The Numbers in the following lines are not highlighted correctly

select map[1,2];
select 2*2;
select * from dual where 1!=0;

but they will be correctly highlighted if numbers are followed by e.g. spaces

select map[1,2 ];
select 2 *2;
select * from dual where 1 !=0;
@snuyanzin snuyanzin changed the title Wrong highlighting of numbers followed by ']', '*;, '!' Wrong highlighting of numbers followed by ']', '*', '!' Jan 15, 2019
@julianhyde
Copy link
Owner

Fixed in 31fcadd, PR #259. Thanks @snuyanzin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants