Skip to content

Commit

Permalink
fix boolean false token
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-regalia committed Nov 30, 2018
1 parent 0fec419 commit f296443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax/terse.sublime-syntax-source
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ contexts:
literal:
- match: '{{stringLiteral_LOOKAHEAD}}'
set: rdfLiteral
- _cases: ['true', false']
- _cases: ['true', 'false']
scope: constant.language.boolean.WORD.SYNTAX
pop: true
- include: numericLiteral
Expand Down

0 comments on commit f296443

Please sign in to comment.