branch: externals/bicep-ts-mode commit ad56def223555686a83d5002ce33e0d7a32b172a Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Going opiniated: Make type-strings highlighted as types! --- bicep-ts-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el index 4d272aac35..12636fae5c 100644 --- a/bicep-ts-mode.el +++ b/bicep-ts-mode.el @@ -99,6 +99,9 @@ If found, added to eglot." :language 'bicep :feature 'definition '((type) @font-lock-type-face + (resource_declaration + (string + (string_content) @font-lock-type-face)) (parameter_declaration (identifier) @font-lock-variable-name-face) (variable_declaration