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

Not highlighting regex match more than 16384 characters in a line #48

Open
AnmolBaansal opened this issue Jul 20, 2021 · 0 comments
Open

Comments

@AnmolBaansal
Copy link

AnmolBaansal commented Jul 20, 2021

When a single line has characters more that 16384, highlight doesn't work. As soon as we add a line break after 16384, line is highlighted. Icon for the match line is shown though, every-time.

Following example is used:

"severity" :
			{
				"result" : { // specify name as yours
					"enable"  : true,
					"pattern" : [ // [ "begin regex", "end regex" ] or [ "match regex", "" ]
						// examples
						[ "^INFO: RES:", "" ]
					],
					"color" : { // ["foreground", "background"]
						"base"  : ["#F92666", ""], // error message
						"link"  : ["#E6DB74", ""], // link in error message
						"quote" : ["#4F99D3", ""], // quote in error message
					},
					"icon"  : "Koloria/check.png", // remove "icon" not to use icon, "dot", "circle" "bookmark" are possible
				}
			},
@AnmolBaansal AnmolBaansal changed the title Not highlightinh regex match more than 16384 charachters in a line Not highlighting regex match more than 16384 characters in a line Jul 20, 2021
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