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

Remove Git files from the INI/INI default_syntaxes preset #116

Closed
michaelblyons opened this issue May 9, 2018 · 0 comments
Closed

Remove Git files from the INI/INI default_syntaxes preset #116

michaelblyons opened this issue May 9, 2018 · 0 comments

Comments

@michaelblyons
Copy link

With the new release of ST3.1, there are built-in syntax files for "Git Formats." ApplySyntax doesn't need to map them to the INI package anymore.

If you want to, you can also make a special rule for .git/config like this one from my ApplySyntax.sublime-settings user file:

        {
            "syntax": "Git Formats/Git Config",
            "rules": [
                {"file_path": ".*(\\\\|/)\\.git(\\\\|/)config(~\\w*)?"},
                {"file_path": ".*(\\\\|/)git_config(~\\w*)?$"},
            ],
        }

If you want, I can submit this directly as a PR when I get a chance.

michaelblyons added a commit to michaelblyons/SublimeText-ApplySyntax that referenced this issue Aug 28, 2018
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

No branches or pull requests

1 participant