Skip to content

Conversation

dim-ask
Copy link

@dim-ask dim-ask commented Dec 10, 2024

In "highlights.scm":

  • renamed @conditional, @repeat etc to @keyword.conditional, @keyword.repeat etc because zed does not support the former (see https://zed.dev/docs/extensions/languages#syntax-highlighting) and there was no highlighting for if, for etc.
  • removed @spell for comments because with spelling the comments were not highlighted as comments (not sure why though)

In "config.toml":

  • added double quote autoclosing
  • no single-quote autoclosing after any type of closing bracket, as then the single-quote should denote transposing an array, not starting a char array (but still does it after letters which I am still trying to figure out how to prevent).

hildogjr and others added 3 commits September 30, 2024 20:51
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.

2 participants