]> git.eshelyaron.com Git - emacs.git/commit
go-ts-mode: Fix highlighting of function name in call_expression
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 6 Feb 2023 02:12:25 +0000 (04:12 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 6 Feb 2023 02:12:25 +0000 (04:12 +0200)
commit1fab91d852e461ae8091e906b3c6c4f17143068d
tree08f0d47d4d8d6c9c8212bedee869a8e82032efba
parent07ffe902c638d58b677820aa26c16db94510eca3
go-ts-mode: Fix highlighting of function name in call_expression

* lisp/progmodes/go-ts-mode.el (go-ts-mode--font-lock-settings):
Remove :override from the 'property' rules and move them above
'variable' (bug#61302).  Just like in rust-ts-mode.
lisp/progmodes/go-ts-mode.el