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

[syntax/cpp.vim] Different scientific notation coloring between 'E' and 'e' #62

Open
xvim64 opened this issue May 23, 2022 · 0 comments

Comments

@xvim64
Copy link

xvim64 commented May 23, 2022

#include <stdio.h>
int main()
{
	// Different Colorings bewteen 'E' and 'e'
	double d1 = 19.3E10;
	double d2 = 19.3e10;
	double d3 = 19E10;
	double d4 = 19e10;
	return 0;
}

1

'e' to '[eE] in 'syntax/cpp.vim'

2
3

4

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

No branches or pull requests

1 participant