branch: externals/bicep-ts-mode
commit 0d33d1dfae51e915454438c7ba634b4d8a3221d1
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    Support escape-sequences too.
---
 bicep-ts-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el
index eb01f77b3e..af10102208 100644
--- a/bicep-ts-mode.el
+++ b/bicep-ts-mode.el
@@ -144,7 +144,8 @@ If found, added to eglot."
 
    :language 'bicep
    :feature 'string
-   '((string_content) @font-lock-string-face)
+   '((string_content) @font-lock-string-face
+     (escape_sequence) @font-lock-escape-face)
 
    :language 'bicep
    :feature 'boolean

Reply via email to