feat(gotmpl): highlight "=" operator (#7553)

This commit is contained in:
Guilherme Soares 2025-01-14 07:20:51 +00:00 committed by GitHub
parent e122b11d83
commit 984214ef8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@
; Operators ; Operators
([ ([
"|" "|"
"="
":=" ":="
] @operator ] @operator
(#set! priority 110)) (#set! priority 110))