components/prism-swift.js

Branch


Log

Author Commit Date CI Message
Antoine van der Lee 18c828a6 2021-11-01T13:50:23 Swift: Added support for `isolated` keyword (#3174)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 8541db2e 2021-08-09T11:45:09 Swift: Major improvements (#3022)
Antoine van der Lee ce5e0f01 2021-07-26T13:50:16 Swift: Added support for `@propertyWrapper`, `@MainActor`, and `@globalActor` (#3009)
Antoine van der Lee bb93fac0 2021-07-05T22:17:53 Swift: Added support for new Swift 5.5 keywords (#2988)
Tim Roesner cf354ef5 2021-02-11T10:17:35 Swift: Added `some` keyword (#2756)
Michael Schmidt c2f6a644 2020-10-25T23:42:25 Fixed multiple cases of vulnerable regexes (#2584)
Michael Schmidt c187e229 2019-10-16T12:06:22 Added test for unused capturing groups (#1996) This adds a test that checks for unused capturing groups in patterns and another test which ensures that lookbehind groups are always the first thing being matched in a pattern.
Ian Leitch 081e318c 2018-03-31T15:09:18 Fix Swift 'protocol' keyword
Golmote cc80ccda 2018-03-13T08:15:56 Remove most of the cloning occurrences in language definitions.
Golmote a2d737aa 2017-10-22T15:28:10 Swift: Don't use captures if not needed
Andreas Rohner 964450e1 2016-04-30T13:35:01 Apply the new greedy flag to a few languages This patch applies the new greedy flag to a few languages and adds the corresponding test cases.
Golmote 89cd5d01 2015-09-05T16:27:38 Swift: Add support for string interpolation. Fix #448
Golmote 936e4293 2015-09-02T08:01:07 Swift: optimized keywords lists and removed duplicates
Golmote 88f44a79 2015-07-06T19:58:40 Swift: update keyword list (fix #625)
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 9487b5be 2015-01-09T08:11:21 Removed unneeded escapes in RegExps, added some semicolons
Nate Cook 3cd1cb38 2014-08-15T16:30:50 Update Swift syntax for beta 5
Nate Cook ce28de1e 2014-06-24T22:27:17 Comprehensive Swift syntax highlighting
ChrisChares e2c11520 2014-06-04T17:18:43 added newline to end of prism-swift.js
ChrisChares efc1d2bc 2014-06-04T17:13:37 added swift language