{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1213225,"defaultBranch":"main","name":"highlight.js","ownerLogin":"highlightjs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-01-01T23:47:21.000Z","ownerAvatar":"https://github.com/avatars/u/9039821?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720300349.0","currentOid":""},"activityList":{"items":[{"before":"33eb3d947c0429802396c26a9c7dc14abe570b86","after":"eddcfb35519b92ea88231576254a48b6305ae138","ref":"refs/heads/main","pushedAt":"2024-07-07T19:14:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(css) add all properties listed on MDN (#4073)\n\n* Add CSS properties\r\n\r\nAdd all missing properties listed in the navigation sidebar of MDN at https://developer.mozilla.org/en-US/docs/Web/CSS/Reference\r\n\r\n* Sort CSS properties\r\n\r\n---\r\n\r\nFor future reference, an easy way to get the list directly from MDN is using the following snippet in devtools on any CSS page (e.g. the reference page):\r\n\r\n```\r\n$$('a', $x('//*[@id=\"sidebar-quicklinks\"]//summary[text() = \"Properties\"]/..')[0]).map(link => link.textContent).filter(prop => !prop.startsWith('-'))\r\n```\r\n\r\nThis extracts the links from the \"Properties\" section of the sidebar, while excluding the -moz- and -webkit- prefixed properties. These do not however list SVG presentation attributes, so it is important to not replace the existing list, but rather to get their union (for example with [...new Set(currentArray.concat(valuesFromMDN))]).","shortMessageHtmlLink":"(css) add all properties listed on MDN (#4073)"}},{"before":"a125c31e1eb6974323af565d345144f078c3b28b","after":"33eb3d947c0429802396c26a9c7dc14abe570b86","ref":"refs/heads/main","pushedAt":"2024-07-07T02:56:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"fix(makefile) allow strings inside `$()` expressions","shortMessageHtmlLink":"fix(makefile) allow strings inside $() expressions"}},{"before":"366a8bd012f33a8f56edfceb9f244fa1f672732f","after":"a125c31e1eb6974323af565d345144f078c3b28b","ref":"refs/heads/main","pushedAt":"2024-07-06T21:24:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(maint) new CHANGELOG for v11.11","shortMessageHtmlLink":"(maint) new CHANGELOG for v11.11"}},{"before":"e2e11f72cb7229211cda7da1284b96835be35d95","after":"366a8bd012f33a8f56edfceb9f244fa1f672732f","ref":"refs/heads/main","pushedAt":"2024-07-06T21:09:29.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(maintainer) bump version 11.9.0 => 11.10.0","shortMessageHtmlLink":"(maintainer) bump version 11.9.0 => 11.10.0"}},{"before":"2aff30e4dafaf6d6d7bfca0557a16f234e51ed74","after":"5fe3c6c022d227ad857c7b1ee176c26ad08fd50f","ref":"refs/heads/release_11_10_0","pushedAt":"2024-07-06T21:06:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(maintainer) bump version 11.9.0 => 11.10.0","shortMessageHtmlLink":"(maintainer) bump version 11.9.0 => 11.10.0"}},{"before":"4faafd4c7f9c28d254cc5626c268196d42ad76dc","after":"2aff30e4dafaf6d6d7bfca0557a16f234e51ed74","ref":"refs/heads/release_11_10_0","pushedAt":"2024-07-06T21:01:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(maintainer) bump version 11.9.0 => 11.10.0","shortMessageHtmlLink":"(maintainer) bump version 11.9.0 => 11.10.0"}},{"before":null,"after":"4faafd4c7f9c28d254cc5626c268196d42ad76dc","ref":"refs/heads/release_11_10_0","pushedAt":"2024-07-06T20:59:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(maintainer) bump version 11.9.0 => 11.10.0","shortMessageHtmlLink":"(maintainer) bump version 11.9.0 => 11.10.0"}},{"before":"f41067d4a60b3d60d7948e75533d348a5ed3e110","after":"e2e11f72cb7229211cda7da1284b96835be35d95","ref":"refs/heads/main","pushedAt":"2024-06-28T00:08:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"Add JSONata as supported language (#4069)\n\n* Add JSONata as supported language\r\n\r\n* Update CHANGES","shortMessageHtmlLink":"Add JSONata as supported language (#4069)"}},{"before":"b9ae5fea90514b864f2c9b2889d7d3302d6156dc","after":"f41067d4a60b3d60d7948e75533d348a5ed3e110","ref":"refs/heads/main","pushedAt":"2024-06-21T01:58:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"improve monokai theme for attr & number (#4067)\n\nCo-authored-by: Wissle Guillaume ","shortMessageHtmlLink":"improve monokai theme for attr & number (#4067)"}},{"before":"888ac759dec65a6e18c7fbcf1c2154d5bd714437","after":"b9ae5fea90514b864f2c9b2889d7d3302d6156dc","ref":"refs/heads/main","pushedAt":"2024-06-08T22:21:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"add `text-decoration-skip-ink`, `text-decoration-thickness` and `text-underline-offset` attributes (#4064)","shortMessageHtmlLink":"add text-decoration-skip-ink, text-decoration-thickness and `text…"}},{"before":"32f6d13c9998d04c278c8fdfed9c633e978bcbf7","after":"888ac759dec65a6e18c7fbcf1c2154d5bd714437","ref":"refs/heads/main","pushedAt":"2024-06-05T03:07:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"Add Mirth to SUPPORTED_LANGUAGES.md (#4061)\n\n* Add Mirth to supported languages\r\n* Update SUPPORTED_LANGUAGES.md with actual repo url","shortMessageHtmlLink":"Add Mirth to SUPPORTED_LANGUAGES.md (#4061)"}},{"before":"4bbf361241d727cbb361859525799cc5f0a651cd","after":"32f6d13c9998d04c278c8fdfed9c633e978bcbf7","ref":"refs/heads/main","pushedAt":"2024-05-30T02:04:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(chore) Remove unused submodule (#4047)","shortMessageHtmlLink":"(chore) Remove unused submodule (#4047)"}},{"before":"52370045327931058c2321eba7947c193427cab7","after":"4bbf361241d727cbb361859525799cc5f0a651cd","ref":"refs/heads/main","pushedAt":"2024-05-25T21:37:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(typescript) add `satisfies` keyword (#4058)","shortMessageHtmlLink":"enh(typescript) add satisfies keyword (#4058)"}},{"before":"e44a6a9174543fbffe4812e6252e0781177a9c65","after":"52370045327931058c2321eba7947c193427cab7","ref":"refs/heads/main","pushedAt":"2024-05-23T01:01:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(c): Added typeof and typeof_qual to the list of keywords (#4055)\n\n* Add C23's new typeof and typeof_unqual keywords.\r\n\r\n* Update CHANGES.md for C23's new keywords.","shortMessageHtmlLink":"enh(c): Added typeof and typeof_qual to the list of keywords (#4055)"}},{"before":"ed7e8f15e880135c895ab2ac0c8f0728018d6a6b","after":"e44a6a9174543fbffe4812e6252e0781177a9c65","ref":"refs/heads/main","pushedAt":"2024-05-17T23:00:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(css) add `select`, `option`, `optgroup`, `picture` and `source` tags (#4052)","shortMessageHtmlLink":"enh(css) add select, option, optgroup, picture and source t…"}},{"before":"ea6ad285eba9c4450d299189a17cbf94234c3ed5","after":"ed7e8f15e880135c895ab2ac0c8f0728018d6a6b","ref":"refs/heads/main","pushedAt":"2024-05-17T22:57:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(css) add `inset`, `border-start-*-radius`, `border-end-*-radius` (#4051)","shortMessageHtmlLink":"enh(css) add inset, border-start-*-radius, border-end-*-radius (#…"}},{"before":"583cb33627474ff577305dc787f9a2a09eaf3b88","after":"ea6ad285eba9c4450d299189a17cbf94234c3ed5","ref":"refs/heads/main","pushedAt":"2024-04-26T23:41:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"Fortran: fixed support of \"dotted\" keywords/literals (#4043)\n\n* Fortran: fixed support of \"dotted\" keywords\r\n\r\nThis patch adds a pattern to correctly match\r\nkeywords delimited by dots (.).\r\nThe pattern also follows the following rules from\r\nthe format:\r\n- keywords names start with a letter (or dot).\r\n- names should only contain latin characters,\r\n digits or the underscore symbol.\r\n- identifiers starting with a dot must end with a\r\n dot.","shortMessageHtmlLink":"Fortran: fixed support of \"dotted\" keywords/literals (#4043)"}},{"before":"f76cbb36eda2a0975019d8a2e846f80639de89c5","after":"583cb33627474ff577305dc787f9a2a09eaf3b88","ref":"refs/heads/main","pushedAt":"2024-04-15T02:35:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(docs) add Phix to SUPPORTED_LANGUAGES (#3728)","shortMessageHtmlLink":"(docs) add Phix to SUPPORTED_LANGUAGES (#3728)"}},{"before":"f5a2f113fb658fd4ee84a5c6a5c50b9efe1ac2bb","after":"f76cbb36eda2a0975019d8a2e846f80639de89c5","ref":"refs/heads/main","pushedAt":"2024-04-10T23:40:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(docs) Add gql in GraphQL aliases (#4037)","shortMessageHtmlLink":"(docs) Add gql in GraphQL aliases (#4037)"}},{"before":"0d7061cd0b098c3a9ecda98163111f4a23aaa2f6","after":"f5a2f113fb658fd4ee84a5c6a5c50b9efe1ac2bb","ref":"refs/heads/main","pushedAt":"2024-03-30T12:39:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(json) add `jsonc` alias (#4028)\n\n* feat: add jsonc as a json alias\r\n\r\n* chore: updated changelog\r\n\r\n* chore: update supported languages","shortMessageHtmlLink":"enh(json) add jsonc alias (#4028)"}},{"before":"e00aa262aaa784ae6eab81300fe817a8bb46c217","after":"0d7061cd0b098c3a9ecda98163111f4a23aaa2f6","ref":"refs/heads/main","pushedAt":"2024-03-23T00:16:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(python) treat self as a keyword (#4025)","shortMessageHtmlLink":"enh(python) treat self as a keyword (#4025)"}},{"before":"8a3c8d5861f31ec0eb92cf092fc3a85cb9315fd6","after":"e00aa262aaa784ae6eab81300fe817a8bb46c217","ref":"refs/heads/main","pushedAt":"2024-03-23T00:12:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(gml) update to 2024.2 version of GML language (#4023)\n\nUpdates definitions of GameMakerLanguage to it's latest version, from March 2024.","shortMessageHtmlLink":"enh(gml) update to 2024.2 version of GML language (#4023)"}},{"before":"acb6eb624592c1f85b5146b856357c93e2ec4923","after":"8a3c8d5861f31ec0eb92cf092fc3a85cb9315fd6","ref":"refs/heads/main","pushedAt":"2024-03-21T02:04:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(gml) updated to GML 2023.1 (#3681)\n\n* Updated GML.js to 2023.1 version\r\n\r\nUpdated GML language data to most up-to-date version, based on 2023.100.0.264 runtime, with many features added in recent months.\r\nMany functions in current definition file were outdated (they were marked as deprecated for around 5-10 years or even already removed in recent months and years).\r\n\r\nGenerated from GM internal `fnames` file, with rule:\r\n- `KEYWORDS`: manually\r\n- `BUILT_INS`: everything that have `(.*?)` in definition (both UK and US spelling)\r\n- `SYMBOLS`: everything that ended with `#` in `fnames`\r\n- `LANGUAGE_VARIABLES`: everything that ended by `*` (readonly), `@` (instance variable), or didn't ended with `(...)`\r\nThat exact `fnames` file can be found here: https://gist.github.com/gnysek/a69ec324df61131b2546d1580f29a760","shortMessageHtmlLink":"enh(gml) updated to GML 2023.1 (#3681)"}},{"before":"e75b7e400cd71e703e764b8fe5f28f3bb9e4b4da","after":"acb6eb624592c1f85b5146b856357c93e2ec4923","ref":"refs/heads/main","pushedAt":"2024-03-21T01:11:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(llvm) match additional types (#3875)","shortMessageHtmlLink":"enh(llvm) match additional types (#3875)"}},{"before":"5fe035c15409c0a8a0804921ceccbe2906bc5fea","after":"e75b7e400cd71e703e764b8fe5f28f3bb9e4b4da","ref":"refs/heads/main","pushedAt":"2024-03-21T00:57:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(c) add C23 keywords and types (#3836)","shortMessageHtmlLink":"enh(c) add C23 keywords and types (#3836)"}},{"before":"c81367431ab132f37cbc2103adc1ff6b21784863","after":"5fe035c15409c0a8a0804921ceccbe2906bc5fea","ref":"refs/heads/main","pushedAt":"2024-03-21T00:52:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"fix(haxe) fix new keyword false positives (#3993)","shortMessageHtmlLink":"fix(haxe) fix new keyword false positives (#3993)"}},{"before":"451809bf4c670e4745f6867d98ec55cd8f2b849f","after":"c81367431ab132f37cbc2103adc1ff6b21784863","ref":"refs/heads/main","pushedAt":"2024-03-21T00:49:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(js) namespaced tagged template strings (#4002)","shortMessageHtmlLink":"enh(js) namespaced tagged template strings (#4002)"}},{"before":"ca77d5b733d66653e24d8db663fc8588dba3e95f","after":"451809bf4c670e4745f6867d98ec55cd8f2b849f","ref":"refs/heads/main","pushedAt":"2024-03-21T00:45:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(fix) fix undefined author in build file header\n\nResolves #4016","shortMessageHtmlLink":"(fix) fix undefined author in build file header"}},{"before":"1a9602777e502d20fed4c5696cae59d48d003ed5","after":"ca77d5b733d66653e24d8db663fc8588dba3e95f","ref":"refs/heads/main","pushedAt":"2024-03-19T03:34:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"enh(css) add several new CSS Properties (#4007)\n\nAdds:\r\n\r\naccent-color\r\nappearance\r\ncolor-scheme\r\nrotate\r\nscale\r\ntranslate","shortMessageHtmlLink":"enh(css) add several new CSS Properties (#4007)"}},{"before":"105a11a13eedbf830c0e80cc052028ceb593837f","after":"1a9602777e502d20fed4c5696cae59d48d003ed5","ref":"refs/heads/main","pushedAt":"2024-03-18T00:25:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshgoebel","name":"Josh Goebel","path":"/joshgoebel","primaryAvatarUrl":"https://github.com/avatars/u/6473?s=80&v=4"},"commit":{"message":"(docs) add Unison 3rd party repo to CHANGES.md (#4005)","shortMessageHtmlLink":"(docs) add Unison 3rd party repo to CHANGES.md (#4005)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEePzvfwA","startCursor":null,"endCursor":null}},"title":"Activity · highlightjs/highlight.js"}