Skip to content

Use symbol start/end to delimit builtin keywords#1

Open
ryuslash wants to merge 1 commit into
moljac024:masterfrom
ryuslash:builtin-symbols
Open

Use symbol start/end to delimit builtin keywords#1
ryuslash wants to merge 1 commit into
moljac024:masterfrom
ryuslash:builtin-symbols

Conversation

@ryuslash
Copy link
Copy Markdown

Using word start/end to delimit builtin keywords in the regular
expression causes, for example, both “is” and “is_something” to match on
the “is” part. Using symbol start/end will not match “is_something” and
leave it unhighlighted.

Using word start/end to delimit builtin keywords in the regular
expression causes, for example, both “is” and “is_something” to match on
the “is” part. Using symbol start/end will not match “is_something” and
leave it unhighlighted.
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 this pull request may close these issues.

1 participant