Skip to content

Tags: JZDesign/Splash

Tags

161.2

Toggle 161.2's commit message
fix bugs

0.161.3

Toggle 0.161.3's commit message
fix kotlin highlighter

0.161.2

Toggle 0.161.2's commit message
fix bugs

0.161.0

Toggle 0.161.0's commit message
fix bug

0.16.99999

Toggle 0.16.99999's commit message
fix bug

0.16.9999

Toggle 0.16.9999's commit message
trigger checks:

request-checks: true

k0.1

Toggle k0.1's commit message
trigger checks:

request-checks: true

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Swift 5.5's concurrency features (JohnSundell#126)

This patch adds syntax highlighting support for the new concurrency keywords
introduced in Swift 5.5 - `actor`, `async`, and `await`. It also includes supporting
changes to make sure that usages of these new features/keywords are highlighted
correctly, and to protect against regressions within existing Splash-highlighted code.

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve highlighting of comments when placed next to symbols (JohnSun…

…dell#120)

Especially for multi-line comments placed next to generic type lists.

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build product path to work on case sensitive and insensitive file…

… systems (JohnSundell#116)