Repository :
https://github.com/colorer/Colorer-schemes
On branch : master
Link :
https://github.com/colorer/Colorer-schemes/commit/3cfcc534c4e48fba59d05d77a23639daa35391eb
>---------------------------------------------------------------
commit 3cfcc534c4e48fba59d05d77a23639daa35391eb
Author: kuz8 <
kuzm...@gmail.com>
Date: Wed Jan 28 12:58:35 2026 -0500
Add Swift syntax highlighting (#199)
- Add swift.hrc with support for:
- Keywords (declarations, statements, expressions, concurrency)
- String literals (regular, multiline, raw, interpolated)
- Comments (line, block, doc comments)
- Attributes (@available, @main, etc.)
- Compiler directives (#if, #available, etc.)
- Numbers (decimal, binary, octal, hex, float)
- Common types (Int, String, Array, etc.)
- Add .swift extension mapping in proto.hrc
- Add comprehensive test file covering all syntax features
>---------------------------------------------------------------
3cfcc534c4e48fba59d05d77a23639daa35391eb
CHANGELOG.md | 3 +
base/hrc/base/swift.hrc | 313 ++++++++++++++++++++++++++++++++
base/hrc/proto.hrc | 4 +
tests/test/_valid/swift/test.swift.html | 270 +++++++++++++++++++++++++++
tests/test/swift/test.swift | 269 +++++++++++++++++++++++++++
5 files changed, 859 insertions(+)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --ignore-space-at-eol --textconv --ext-diff --cc 3cfcc534c4e48fba59d05d77a23639daa35391eb