components/prism-objectivec.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 8e0e95f3 2021-12-07T13:01:13 Objective C: Improved `string` token (#3235)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 8828500e 2020-12-22T10:54:55 Tests: Added strict checks for `Prism.languages.extend` (#2572)
rchee 67c6b7af 2020-04-26T19:30:31 Objectivec: Added `objc` alias (#2331)
Michael Schmidt 7eccea5c 2019-01-22T00:49:40 Improve C language (#1697) This PR adds support for [hexadecimal floating-point literals](http://www.cplusplus.com/doc/tutorial/structures/), and [`enum`](https://www.geeksforgeeks.org/enumeration-enum-c/) and [`struct`](https://www.tutorialspoint.com/cprogramming/c_structures.htm) class names.
Golmote 9be0f888 2017-10-22T15:06:15 Objective-C: Don't use captures if not needed
Golmote e9d382e8 2015-08-28T23:28:58 Objective-C: Fix operator regexp
Golmote 1d331475 2015-08-28T22:51:55 Objective-C: Simplified regexps + fix strings + handle \r
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Tzu-ping Chung c960493e 2014-07-20T11:25:41 Update Objective-C rules based on #291
Tzu-ping Chung e6ff300c 2014-06-26T04:04:42 Use tabs for indentation
Tzu-ping Chung 62687ecc 2014-06-26T03:59:26 objc -> objectivec