Fix: escaped string broke syntax hightlight

This commit is contained in:
全卓 2023-03-22 11:06:33 +08:00
parent eb43955fba
commit 9b34c8a63b
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ patterns:
# line comment
- name: comment.line.number-sign.cmake
match: "#(.*$)"
# escaped string
- name: string.escaped.quoted.double.cmake
begin: '\\"'
end: '\\"'
# string
- name: string.quoted.double.cmake
begin: '"'