fix(inko): add highlight for boolean patterns (#7050)

This commit is contained in:
Yorick Peterse 2024-08-17 23:04:32 +02:00 committed by GitHub
parent 63e1337f1b
commit 6d74da7f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,6 +141,8 @@
(constant_pattern) @constant
(boolean_pattern) @boolean
; Types
(generic_type
name: _ @type)