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

custom classes for typespec keywords #100

Open
hauntedhost opened this issue Oct 13, 2017 · 0 comments
Open

custom classes for typespec keywords #100

hauntedhost opened this issue Oct 13, 2017 · 0 comments

Comments

@hauntedhost
Copy link

Currently using "monokai-shade" theme and the styles on typespec keywords are nearly white which is quite "loud", visually distracts from the function definition itself, and unfortunately discourages me from writing typespecs. 😞

I'd love to be able to target and adjust the styles on typespec keywords, e.g.:

  • @type type_name :: type
  • @typep type_name :: type
  • @opaque type_name :: type
  • @spec function_name(type1, type2) :: return_type
  • @callback function_name(type1, type2) :: return_type
  • @macrocallback macro_name(type1, type2) :: Macro.t

I'm thinking similarly to the syntax--documentation class added to @doc moduledocs, tacking on an extra class like syntax--typespec or something.

Any thoughts?

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