use special.string.symbol instead of symbol
this aligns better with how ruby highlights symbols
This commit is contained in:
parent
8f658f0dce
commit
80b54f2f69
2 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue