1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

Fixed OpenEdgeABL String literals (#652)

When OpenEdge ABL runs on Windows, the tilde is used as an escape character instead of a backslash as in most common programming languages. On UNIX platforms, the backslash is also an escape character. But because we cannot know the running platform, it seems better to only use the tilde as a backslash character. (source: https://knowledgebase.progress.com/articles/Article/P27229)
This commit is contained in:
Jelle Hulter 2022-10-06 02:15:25 +02:00 committed by GitHub
parent 48a2af1145
commit c56819b5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2485 additions and 5211 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long