File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3+ *
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
6+ */
7+
18/**
29 * Original by Aaron Harun: http://aahacreative.com/2012/07/31/php-syntax-highlighting-prism/
310 * Modified by Miles Johnson: http://milesj.me
411 * Rewritten by Tom Pavelec
5- *
6- * Supports PHP 5.3 - 8.0
12+ * Adapted to include Hack keywords by @tlil
713 */
814( function ( Prism ) {
915 var comment = / \/ \* [ \s \S ] * ?\* \/ | \/ \/ .* | # (? ! \[ ) .* / ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3+ *
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
6+ */
7+
18import siteConfig from '@generated/docusaurus.config' ;
29export default function prismIncludeLanguages ( PrismObject ) {
310 const {
You can’t perform that action at this time.
0 commit comments