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

Syntax: Restrict AssignSyntaxTestSyntaxListener #366

Closed

Conversation

deathaxe
Copy link
Member

@deathaxe deathaxe commented Mar 4, 2022

Fixes #365

This commit restricts execution of on_load() to syntax_test_ files
located within ST's packages path.

Note: Hard coded path separators such as / don't work on Windows and
therefore must not be used.

Fixes SublimeText#365

This commit restricts execution of `on_load()` to `syntax_test_` files
located within ST's packages path.

Note: Hard coded path separators such as `/` don't work on Windows and
      therefore must not be used.
@FichteFoll FichteFoll closed this in 3aae6fd Mar 6, 2022
@FichteFoll
Copy link
Member

Thanks for the fix. However, I addressed it in 3aae6fd using pathlib instead.

@deathaxe deathaxe deleted the pr/fix-syntax-test-dialog branch March 12, 2022 10:48
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.

PackageDev wants to manipulate indentation settings for non-test files
3 participants