I would like to make single quotes to show as string in text files. I added next to
Packages\Text.sublime-package\Plain text.sublime-syntax
but it does not work. Any ideas?
strings:
- match: "'"
scope: punctuation.definition.string.begin.plain
push:
- meta_include_prototype: false
- meta_scope: string.quoted.single.plain
- match: "''"
scope: constant.character.escape.plain
- match: "'"
scope: punctuation.definition.string.end.plain
pop: true
- include: string-escape