simonbs / Runestone

📝 Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more.
MIT License
2.68k stars 150 forks source link

Adds DefaultStringAttributes #359

Closed simonbs closed 6 months ago

simonbs commented 6 months ago

Moves the default attributes from LineSyntaxHighlighter to a separate type named DefaultStringAttributes, making it easier to apply these attributes in elsewhere in the codebase.