Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Scope primitive types as support.storage.type instead of support.support.type #302

Merged
merged 3 commits into from Oct 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion grammars/tree-sitter-cpp.cson
Expand Up @@ -140,7 +140,7 @@ scopes:
'"unsigned"': 'support.storage.type'
'"short"': 'support.storage.type'
'"long"': 'support.storage.type'
'auto': 'storage.storage.type'
'auto': 'support.storage.type'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this isn't wrapped in "". Is auto not an anonymous node?


'char_literal': 'string.quoted.single'
'string_literal': 'string.quoted.double'
Expand Down