Skip to content

Commit

Permalink
tutorial: enable syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Oct 27, 2023
1 parent 806e80c commit 008163e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _po/ja/tutorial/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ msgid "Create a `pgroonga` index against the column:"
msgstr "このカラムに対して`pgroonga`インデックスを作ります。"

msgid ""
"```\n"
"```sql\n"
"CREATE EXTENSION IF NOT EXISTS pgroonga;\n"
"CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);\n"
"```"
Expand Down
2 changes: 1 addition & 1 deletion _po/ja/tutorial/index.pot
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ msgid "Create a `pgroonga` index against the column:"
msgstr ""

msgid ""
"```\n"
"```sql\n"
"CREATE EXTENSION IF NOT EXISTS pgroonga;\n"
"CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);\n"
"```"
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CREATE TABLE memos (

このカラムに対して`pgroonga`インデックスを作ります。

```
```sql
CREATE EXTENSION IF NOT EXISTS pgroonga;
CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
```
Expand Down
2 changes: 1 addition & 1 deletion tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CREATE TABLE memos (

Create a `pgroonga` index against the column:

```
```sql
CREATE EXTENSION IF NOT EXISTS pgroonga;
CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
```
Expand Down

0 comments on commit 008163e

Please sign in to comment.