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

Improve regex syntax pattern #12

Merged
merged 1 commit into from
Dec 27, 2020
Merged

Improve regex syntax pattern #12

merged 1 commit into from
Dec 27, 2020

Conversation

esensar
Copy link

@esensar esensar commented Dec 27, 2020

Requires regex to be prefixed with either g, v or s
to prevent recognizing file paths as regex.
More info on: sharkdp/bat#1064

Also adds syntax keyword. There are still many missing,
but this one occurs very often in vim configurations.

Requires regex to be prefixed with either g, v or s
to prevent recognizing file paths as regex.
More info on: sharkdp/bat#1064

Also adds `syntax` keyword. There are still many missing,
but this one occurs very often in vim configurations.
esensar added a commit to esensar/bat that referenced this pull request Dec 27, 2020
**NOTES:**
- PR is not yet merged in upstream repository (SalGnt/Sublime-VimL#12),
but sublime-syntax file is already updated with changes.
- Updated syntax test files are added as well

This fixes sharkdp#1064
@SalGnt SalGnt merged commit 23afc89 into SalGnt:master Dec 27, 2020
@SalGnt
Copy link
Owner

SalGnt commented Dec 27, 2020

Thanks, fix released with v0.1.5.

@esensar esensar deleted the bugfix/regex branch December 27, 2020 15:12
sharkdp pushed a commit to sharkdp/bat that referenced this pull request Dec 28, 2020
**NOTES:**
- PR is not yet merged in upstream repository (SalGnt/Sublime-VimL#12),
but sublime-syntax file is already updated with changes.
- Updated syntax test files are added as well

This fixes #1064
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.

2 participants