On a somewhat related note, I was wondering why the treesit modes in emacs define their `treesit-font-lock-feature-list`s in the mode definitions. Wouldn't it be more user-friendly to `defvar` the feature list? On Sat, Apr 13, 2024 at 12:27 AM Noah Peart wrote: > > The operators will be fontified only if treesit-font-lock-level is 4, > right? > > Yea, operator is at level 4 - I didn't change the > treesit-font-lock-feature-list. > > > > On Sat, Apr 13, 2024 at 12:20 AM Eli Zaretskii wrote: > >> > From: Noah Peart >> > Date: Fri, 12 Apr 2024 22:23:05 -0700 >> > >> > Adds font-locking for Go operators in `go-ts-mode'. The operator feature >> > is already added to `treesit-font-lock-feature-list' in `go-ts-mode` - >> this >> > just adds the missing rule to `go-ts-mode--font-lock-settings'. >> >> Thanks. >> >> The operators will be fontified only if treesit-font-lock-level is 4, >> right? That's the level at which we decided to fontify operators. >> >