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

Highlight group for type definitions #292

Open
fredrikekre opened this issue Apr 29, 2022 · 2 comments
Open

Highlight group for type definitions #292

fredrikekre opened this issue Apr 29, 2022 · 2 comments

Comments

@fredrikekre
Copy link
Contributor

Would be nice to have a highlight group for Foo in

struct Foo
end

mutable struct Foo
end

abstract type Foo end

primitive type Foo 64 end

linked to the current juliaType group by default.

@fredrikekre fredrikekre changed the title Highlightgroup for type definitions Highlight group for type definitions Apr 29, 2022
@carlobaldassi
Copy link
Contributor

Do you mean that you'd like to highlight type declarations differently from other type uses? Any particular reason for this?

@fredrikekre
Copy link
Contributor Author

Yes exactly. Just like how there are different groups for function definitions and function calls.

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

2 participants