Skip to content

Commit bcfd898

Browse files
committed
Use console instead of bash for syntax highlighting
Signed-off-by: Matt Friedman <[email protected]>
1 parent 37ad317 commit bcfd898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

development/extensions/skeleton_extension.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ In order to create an extension via the CLI, you need to open a console
108108
on your server and ``cd`` to the root directory of the phpBB board where
109109
you installed this extension:
110110

111-
.. code:: bash
111+
.. code:: console
112112
113113
$ cd ./path/to/phpBB
114114
115115
To create an extension, run:
116116

117-
.. code:: bash
117+
.. code:: console
118118
119119
$ ./bin/phpbbcli.php extension:create
120120
@@ -814,7 +814,7 @@ distribution such as unit tests and hidden Git files.
814814

815815
To run the build script, use the following console commands:
816816

817-
.. code:: bash
817+
.. code:: console
818818
819819
# Navigate to the root of your extension
820820
$ cd ./path/to/phpBB/vendor/package

0 commit comments

Comments
 (0)