Skip to content

Commit

Permalink
fix: apply font-lock-features that had not yet been applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyure-A committed Mar 13, 2024
1 parent 682b44c commit 845a171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions satysfi-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@
(append "{}()<>" electric-indent-chars))

(setq-local treesit-font-lock-feature-list
'((comment definition preprocessor)
(function constant keyword string type variables)
'((comment escape)
(function constant keyword string number type include namespace parameter)
(annotation expression literal)
(bracket delimiter operator)))
(bracket operator)))

(treesit-major-mode-setup)))

Expand Down

0 comments on commit 845a171

Please sign in to comment.