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

Commit

Permalink
Scope true and false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben3eeE committed Oct 29, 2018
1 parent bb01612 commit 28e44c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammars/tree-sitter-go.cson
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ scopes:
'float_literal': 'constant.numeric.float'
'imaginary_literal': 'constant.numeric.integer'
'nil': 'constant.language.nil'
'false': 'constant.language.false'
'true': 'constant.language.true'

'call_expression > identifier': 'entity.name.function'
'function_declaration > identifier': 'entity.name.function'
Expand Down

0 comments on commit 28e44c4

Please sign in to comment.