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

[JSON] Fix comment punctuation scopes #3870

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

deathaxe
Copy link
Collaborator

This commit ...

  1. fixes missing closing punctuation.definition scopes
  2. renames a .js final scope to .json
  3. adjusts leading asterisk scoping according to [C/C++/ObjC/ObjC++] Fix javadoc comment word wrap #3855 and [JavaScript] Fix block comment punctuation #3856.
  4. refactors comment related contexts to use only named contexts.

reported at: https://discord.com/channels/280102180189634562/280157121897562114/1175037871011418222

This commit ...

1. fixes missing closing `punctuation.definition` scopes
2. renames a `.js` final scope to `.json`
3. adjusts leading asterisk scoping according to sublimehq#3855 and sublimehq#3856.
4. refactors comment related contexts to use only named contexts.
@deathaxe deathaxe merged commit 636539f into sublimehq:master Nov 17, 2023
2 checks passed
@deathaxe deathaxe deleted the pr/json/fix-comments branch November 17, 2023 18:03
@jrappen
Copy link
Contributor

jrappen commented Nov 18, 2023

I thought we ain't doing empty scopes.

@deathaxe
Copy link
Collaborator Author

Aligned with Java or more importantly, JavaScript, except jsdoc support

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.

4 participants