We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mobi.hsz.idea.gitignore
Using a mix of $, { and } symbols within .gitignore files causes a parsing error within a plugin.
$
{
}
.gitignore
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:
Reproduces how often: Always reproducible
Plugin:
3.1.2.191
IDE:
IntelliJ IDEA 2019.1.3
OS:
macOS Mojave 10.14.5, up to date as of June 20th
The text was updated successfully, but these errors were encountered:
#585 - Incorrect parsing of {} symbols
c3793d5
@timothybasanov Thank you for creating this issue! It's fixed and will be available with upcoming release.
Sorry, something went wrong.
released
hsz
No branches or pull requests
Prerequisites
mobi.hsz.idea.gitignore
package nameDescription
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:
Reproduces how often: Always reproducible
Versions
Plugin:
IDE:
OS:
The text was updated successfully, but these errors were encountered: