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

Incorrect parsing of ${} symbols in gitignore #585

Closed
3 tasks done
timothybasanov opened this issue Jun 20, 2019 · 2 comments
Closed
3 tasks done

Incorrect parsing of ${} symbols in gitignore #585

timothybasanov opened this issue Jun 20, 2019 · 2 comments
Assignees
Milestone

Comments

@timothybasanov
Copy link

Prerequisites

  • Plugin is in the latest version
  • Issue was not reported yet
  • Stack trace (if provided) contains mobi.hsz.idea.gitignore package name

Description

Using a mix of $, { and } symbols within .gitignore files causes a parsing error within a plugin.

Steps to Reproduce

Create a .gitignore file with this contents:

${}/

Expected behavior: Valid gitignore file that ignores all directories named (literally) ${}.

Actual behavior: Error syntax highlight within a file:

Screen Shot 2019-06-20 at 3 55 27 PM

Reproduces how often: Always reproducible

Versions

Plugin:

3.1.2.191

IDE:

IntelliJ IDEA 2019.1.3

OS:

macOS Mojave 10.14.5, up to date as of June 20th
@hsz hsz self-assigned this Sep 30, 2019
@hsz hsz added the bug label Sep 30, 2019
@hsz hsz added this to the v3.2.3 milestone Sep 30, 2019
hsz added a commit that referenced this issue Sep 30, 2019
@hsz
Copy link
Member

hsz commented Sep 30, 2019

@timothybasanov Thank you for creating this issue! It's fixed and will be available with upcoming release.

@dmitriysmirnovjb
Copy link
Collaborator

released

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

No branches or pull requests

3 participants