Commit Graph

  • c43e8a9a73 Fix crash on Linux master Shadowfacts 2024-11-30 23:25:16 -0500
  • 2e3f17c2d0
    Correctly highlight the 'any' keyword when used within other type references (#130) John Sundell 2022-06-08 22:13:57 +0200
  • e92d451f82
    Add support for the 'any' keyword (#129) John Sundell 2022-06-08 21:50:21 +0200
  • c30a8277f7
    Add `ImageIO` import allowing to build the tool using recent toolchain (#127) Marcin Chojnacki 2022-06-08 21:43:37 +0200
  • 7f4df436eb
    Add support for Swift 5.5's concurrency features (#126) John Sundell 2021-06-14 13:03:57 +0200
  • 7f87f191b6
    Update the project to Swift 5.4 (#125) John Sundell 2021-06-14 10:33:59 +0200
  • 4df8c3e76a
    Add executables definition to Package.swift (#124) Flávio Caetano 2021-06-14 04:10:04 -0400
  • 1005644d86
    Remove reference to shuttered https://splash.rambo.codes (#122) Tyler 2020-12-17 08:16:22 -0800
  • 07c9cc05d1
    Fix a small typo in README.md (#123) Peter Yaacoub 2020-12-17 18:16:00 +0200
  • 43bd50bd04
    A few minor syntax highlighting fixes (#121) John Sundell 2020-11-14 19:20:35 +0100
  • 81de038955
    Improve highlighting of comments when placed next to symbols (#120) John Sundell 2020-11-12 23:48:02 +0100
  • 8d83deb708
    Never highlight keywords like “init” and “didSet” as function calls (#119) John Sundell 2020-10-12 23:44:13 +0200
  • ee516ebf19
    Fix highlighting for method calls named the same as a keyword (#118) John Sundell 2020-10-12 23:08:25 +0200
  • 8818825215
    Fix highlighting for static properties/enum cases on generic types (#117) John Sundell 2020-10-12 22:27:00 +0200
  • f25dd8c9f1
    Fix build product path to work on case sensitive and insensitive file systems (#116) Marina 2020-08-31 12:41:34 +0200
  • d951a0906c
    Improve syntax highlighting for property wrappers (#115) John Sundell 2020-08-03 12:31:53 +0200
  • bda4fe71b6
    Correctly highlight projected property wrapper values (#114) John Sundell 2020-06-28 13:41:09 +0200
  • 73a4cf178b
    Correctly highlight comments that are preceded by a comma (#113) John Sundell 2020-06-28 13:33:09 +0200
  • b2b8be4efa
    Support nested property wrappers (#112) John Sundell 2020-06-11 21:23:06 +0200
  • ca9a1b7bff
    Correctly highlight subclasses inheriting from a generic superclass (#108) John Sundell 2020-05-25 01:18:22 +0200
  • 3e400c0874
    Don’t highlight generic parameter types used in initializer declarations (#107) John Sundell 2020-05-25 00:54:25 +0200
  • 9798c4fd6b
    Bump Swift version to 5.2 (#106) John Sundell 2020-05-25 00:50:44 +0200
  • ec37e1042c
    Fix highlighting for comments that appear next to curly brackets (#105) John Sundell 2020-05-22 01:24:29 +0200
  • b6c489c980
    Correctly highlight the “try” keyword when used within a function call (#104) John Sundell 2020-05-22 01:14:37 +0200
  • 03ea9bdcbb
    Don’t treat accessing properties within switch statements as calls (#103) John Sundell 2020-04-16 19:52:26 +0200
  • 8e96992997
    Fix syntax highlighting for leading function calls within closures (#102) John Sundell 2020-04-16 19:29:01 +0200
  • 26d4bbe7ca
    Add option to specify a grammar for MarkdownDecorator (#101) Marco Capano 2020-04-16 18:28:37 +0100
  • 3b546b7dd0
    Correctly highlight enum cases called “some” (#100) John Sundell 2020-02-11 16:14:53 +0100
  • 2d55b33529
    Fix Swift 5.2 compiler crash (#99) Tobias Due Munk 2020-02-07 15:09:18 +0100
  • b501e834a8
    Added Comment component test with a number (#90) Artur Rymarz 2020-01-29 11:36:20 +0100
  • eca0850b52
    Fix regressions after keywords-in-optional binding change (#98) John Sundell 2020-01-29 11:30:16 +0100
  • cac40caf68
    Handle string literals that only have a new line (#97) John Sundell 2020-01-29 11:09:14 +0100
  • 812811ff69
    Don’t highlight keyword names used in optional binding (#96) John Sundell 2020-01-29 11:04:14 +0100
  • bb8655e6d2
    Support the ‘unowned’ keyword (#95) John Sundell 2020-01-29 10:34:17 +0100
  • b7e9141e1b
    Fix comments with punctuation just prior or after (#93) Tobias Due Munk 2020-01-29 10:19:38 +0100
  • 97541c8835
    Don’t highlight keywords used as parameters on a new line (#94) John Sundell 2020-01-29 00:37:08 +0100
  • 4da9bbd0bc
    Add support for the “prefix” keyword (#91) John Sundell 2019-12-30 23:39:54 +0000
  • 3de0275b52
    HTML: Fully escape all required entities (#89) John Sundell 2019-11-23 23:59:16 +0000
  • 3a6c961de8
    README: Remove Marathon installation instructions John Sundell 2019-11-04 11:38:47 +0100
  • bc20ac969c
    Support highlighting custom compiler directives (#88) John Sundell 2019-11-04 11:31:08 +0100
  • 66714d6867
    Correctly highlight `nil` when passed as a function argument (#87) John Sundell 2019-11-04 11:26:15 +0100
  • 19df647082
    Correctly highlight generic subscript type lists (#86) John Sundell 2019-09-05 14:17:48 +0200
  • 8ef48daff9
    Fix highlighting for strings within interpolation (#85) John Sundell 2019-09-05 14:11:58 +0200
  • dddf418cea
    Quick fix for single-expression raw string interpolation (#84) John Sundell 2019-09-05 11:59:28 +0200
  • d1dd1acda0
    MarkdownDecorator: Enable CSS class prefix to be injected (#83) John Sundell 2019-09-05 11:54:56 +0200
  • 91adf9359f
    Fix highlighting for comments starting with a delimiter (#82) John Sundell 2019-08-07 16:07:22 +0200
  • e03dac1dd6
    Fix highlighting for comments ending with punctuation (#81) John Sundell 2019-08-07 15:51:16 +0200
  • 016aaa13f3
    Add a test for indented function calls (#79) John Sundell 2019-08-07 15:45:29 +0200
  • dcf5951d10
    Fix highlighting when delimiters appear next to string interpolation (#80) John Sundell 2019-08-07 15:45:15 +0200
  • 367b8408b1
    Tweaks to how dot syntax is highlighted (#78) John Sundell 2019-08-06 15:50:23 +0200
  • e107609b00
    MarkdownDecorator: Don’t hard code line breaks (#77) John Sundell 2019-07-25 16:10:55 +0200
  • 5280f4abc7
    Add support for the ‘convenience’ keyword (#76) John Sundell 2019-07-21 13:44:11 +0200
  • 370f685cb1
    Support types and functions named with a leading underscore (#74) John Sundell 2019-07-17 10:57:44 +0200
  • b1f77c9ff1
    Fix highlighting for interpolated closure shorthand arguments (#75) John Sundell 2019-07-17 10:57:30 +0200
  • c582abf0a4
    Add test verifying property wrapper compatibility (#73) John Sundell 2019-06-18 13:37:57 +0200
  • 0b22fa3dcd
    Fix highlighting for #available checks (#72) John Sundell 2019-06-18 12:28:11 +0200
  • d978081933
    Add support for Swift 5.1’s opaque return types (#71) John Sundell 2019-06-09 12:33:00 +0200
  • 6fcb458c63
    Enable Splash to be compiled for iOS as a Swift Package (#70) John Sundell 2019-06-09 11:56:10 +0200
  • ec13df124a
    Correctly highlight generic return types (#69) John Sundell 2019-05-13 11:25:16 +0200
  • 4675ffe963
    Fix highlighting for inout closure arguments (#68) John Sundell 2019-05-13 11:19:15 +0200
  • 30d6cacb7c
    Makefile: Support Swift 5 toolchain for installation (#67) John Sundell 2019-04-14 22:17:58 +0200
  • d01f7a6b2f
    Correctly highlight closure argument shorthands (#66) John Sundell 2019-04-14 22:17:47 +0200
  • 2b9e65e0d8
    Fix highlighting for keywords used as generic function parameter labels (#65) John Sundell 2019-03-31 22:52:09 +0200
  • c05038072a
    Correctly highlight key paths passed as arguments (#64) John Sundell 2019-03-31 22:40:37 +0200
  • f9cb0db662
    README: Update Swift version to 5.0 John Sundell 2019-03-26 12:19:07 +0100
  • 3aa1a6dc99
    Update Swift version to 5.0 (#63) John Sundell 2019-03-26 12:18:32 +0100
  • b9177c4104
    Fix highlighting for nested escaping closures (#62) John Sundell 2019-03-24 11:35:33 +0100
  • 72837ce7f0
    Correctly highlight the root level of a key path (#60) John Sundell 2019-03-16 12:44:02 +0100
  • 2cdc99ce60
    Correctly highlight generic parameters (#59) John Sundell 2019-03-16 12:41:53 +0100
  • e3477a428e README: Bump up the number from 3 to 4 (#58) Agisilaos Tsaraboulidis 2019-03-15 21:58:35 +0200
  • cfb33cf3e5
    Minor README updates John Sundell 2019-03-15 20:52:46 +0100
  • 8e7599150f
    Add SplashMarkdown (#57) John Sundell 2019-03-15 20:24:53 +0100
  • 60c06cc385 Adding support for rethrows keyword (#56) Marco Capano 2019-03-12 23:12:54 +0100
  • 9485a4e762 Fixed comments for keyword and preprocessing (#55) Apokrupto 2019-03-12 11:04:21 +0000
  • 43f163bebc
    Add test verifying that custom string interpolation works (#54) John Sundell 2019-03-12 00:52:18 +0100
  • f1c56b342d
    Add support for multi-line Swift 5 raw strings (#53) John Sundell 2019-03-12 00:34:56 +0100
  • 6a75ec4491
    Add support for Swift 5 single-line raw strings (#52) John Sundell 2019-03-12 00:21:25 +0100
  • 9a7fdefab4 Adding nonmutating support (#50) Marco Capano 2019-03-11 21:31:32 +0100
  • 1a77051c67
    README: Remove social networks I no longer use John Sundell 2019-03-11 14:55:04 +0100
  • 8bc46cbeb0
    Add SwiftLint (#49) John Sundell 2019-03-11 14:52:46 +0100
  • 892d6ae39c adding support for "dynamic" keyword (#48) Marco Capano 2019-03-11 13:57:33 +0100
  • f50a610849
    Merge pull request #47 from JohnSundell/multi-line-comments John Sundell 2019-03-11 11:35:33 +0100
  • 18dd016aa1 Improve support for multi-line comments John Sundell 2019-03-11 00:40:57 +0100
  • 73ffdd2e0c
    Merge pull request #46 from JohnSundell/html-merging John Sundell 2019-03-10 21:50:00 +0100
  • 6dff287cd2 HTMLOutputFormat: Merge same-type tokens along with whitespace John Sundell 2019-03-10 13:56:13 +0100
  • e4718f3053
    Merge pull request #45 from JohnSundell/function-pre-processors John Sundell 2019-03-09 13:43:36 +0100
  • 74c3b8af27
    Merge pull request #44 from JohnSundell/optional-pattern-matching John Sundell 2019-03-09 13:12:34 +0100
  • 59161f2724 Support function argument pre-processors John Sundell 2019-03-09 13:12:23 +0100
  • d74074f409 Support switch statements with nil pattern matching John Sundell 2019-03-09 13:02:33 +0100
  • c9425f5b60
    Merge pull request #43 from JohnSundell/type-pattern-matching John Sundell 2019-03-08 22:11:06 +0100
  • 88650438c8
    Merge pull request #42 from JohnSundell/deinit John Sundell 2019-03-08 22:04:19 +0100
  • d72e816cd8 Support ‘is’ keyword John Sundell 2019-03-08 22:04:10 +0100
  • 6536fe5400
    Merge pull request #41 from JohnSundell/private-set John Sundell 2019-03-08 21:58:03 +0100
  • 45ca85e299 Support the deinit keyword John Sundell 2019-03-08 21:57:56 +0100
  • 9a01bb7b85
    Merge pull request #40 from JohnSundell/xctassert John Sundell 2019-03-08 21:53:12 +0100
  • c85d8d9d4d Support highlighting of setters with an explicit access level John Sundell 2019-03-08 21:50:07 +0100
  • 9fbdb92edb Add special case for `XCTAssert` family of functions John Sundell 2019-03-08 19:14:18 +0100
  • fdc0e22d5f
    Merge pull request #39 from JohnSundell/associatedtypes John Sundell 2019-03-08 18:58:16 +0100
  • f9ad32a0a6 Correctly highlight associated types John Sundell 2019-03-08 18:43:12 +0100
  • a7df9b171f
    Merge pull request #38 from JohnSundell/bool-as-argument John Sundell 2019-03-08 18:38:40 +0100