mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(agda): better highlight
Add highlight for bool add highlight for function Log: better highlight
This commit is contained in:
parent
bf8e987519
commit
783fec3815
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue