modules/highlights: post -> pre loading (#1016)

This commit is contained in:
Austin Horstman 2024-02-04 18:00:50 -06:00 committed by GitHub
parent 81f54bcdd6
commit a181b63aaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ with lib; {
}; };
config = mkIf (config.highlight != {} || config.match != {}) { config = mkIf (config.highlight != {} || config.match != {}) {
extraConfigLuaPost = extraConfigLuaPre =
(optionalString (config.highlight != {}) '' (optionalString (config.highlight != {}) ''
-- Highlight groups {{ -- Highlight groups {{
do do