Skip to content

Commit

Permalink
Rename highlight languages back to Pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Apr 8, 2024
1 parent 7ecafce commit 868df8c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion de-de/visualbasic-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ filename: learnvisualbasic-de.vb
lang: de-de
---

```visualbasic
```vbnet
Module Modul1

Sub Main()
Expand Down
2 changes: 1 addition & 1 deletion es-es/visualbasic-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ filename: learnvisualbasic-es.vb
lang: es-es
---

```visualbasic
```vbnet
Module Module1

Sub Main()
Expand Down
2 changes: 1 addition & 1 deletion hocon.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ noisy than some other formats.
Additionally, its support for comments makes it much better suited for
user-facing configurations than JSON.

```hocon
```
// Comments can either look like this,
# or they can look like this.
// Anything after // or # is a comment.
Expand Down
2 changes: 1 addition & 1 deletion pt-br/visualbasic-pt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lang: pt-br
filename: learnvisualbasic-pt.vb
---

```visualbasic
```vbnet
Module Module1

module Module1
Expand Down
2 changes: 1 addition & 1 deletion ru-ru/learnvisualbasic-ru.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ filename: learnvisualbasic-ru.vb
lang: ru-ru
---

```visualbasic
```vbnet
Module Module1

Sub Main()
Expand Down
2 changes: 1 addition & 1 deletion visualbasic.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contributors:
filename: learnvisualbasic.vb
---

```visualbasic
```vbnet
Module Module1

Sub Main()
Expand Down
2 changes: 1 addition & 1 deletion zh-cn/visualbasic-cn.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lang: zh-cn
filename: learnvisualbasic-cn.vb
---

```visualbasic
```vbnet
Module Module1

Sub Main()
Expand Down

0 comments on commit 868df8c

Please sign in to comment.