diff options
author | pommicket <pommicket@gmail.com> | 2025-06-12 10:56:16 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-06-12 11:08:54 -0400 |
commit | 45849c1a279c48a553654af3d55e9f5f52c027ef (patch) | |
tree | 40b8994cc34e56c6f47082ee8898cc229fda0a33 /README.md | |
parent | 0befcc8fd8015301242bd2e48a23f5d0157ba1de (diff) |
Fix highlighting of f-strings in python
Except for set literals, string literals inside interpolation.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ in other editors. - Multiple tabs, each with a different file - Split screen - Auto-indent -- Syntax highlighting for C, C++, CSS, Go, HTML, Java, JavaScript, LaTeX, Markdown, Python, Rust, and TypeScript. +- Syntax highlighting for C, C++, CSS, GdScript, GLSL, Go, HTML, Java, JavaScript, LaTeX, Markdown, Python, Rust, and TypeScript. - Find and replace (with regular expressions!) - Run build command, go to errors - Run any shell command |