feat(agda): better highlight

Add highlight for bool

add highlight for function

Log: better highlight
This commit is contained in:
ShootingStarDragons 2022-08-27 08:40:42 +08:00 committed by Stephan Seitz
parent bf8e987519
commit 783fec3815

View file

@ -20,6 +20,10 @@
; Set
(SetN) @type.builtin
(expr . (atom) @function)
((atom) @boolean
(#any-of? @boolean "true" "false" "True" "False"))
;; Imports and Module Declarations
@ -27,9 +31,6 @@
(module_name) @namespace
;; Pragmas and comments
(pragma) @constant.macro