use special.string.symbol instead of symbol

this aligns better with how ruby highlights symbols
imgbot
Michael Davis 3 years ago
parent 8f658f0dce
commit 80b54f2f69
No known key found for this signature in database
GPG Key ID: 25D3AFE4BA2A0C49

@ -119,8 +119,7 @@ We use a similar set of scopes as
- `special`
- `path`
- `url`
- `symbol` - Elixir atoms, Ruby symbols, Clojure keywords
- `symbol` - Erlang/Elixir atoms, Ruby symbols, Clojure keywords
- `comment` - Code comments
- `line` - Single line comments (`//`)

@ -97,7 +97,7 @@
(quoted_atom)
(keyword)
(quoted_keyword)
] @symbol
] @string.special.symbol
[
(string)

Loading…
Cancel
Save