Skip to content

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

Description

@AnmolBaansal

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
				}
			},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions