Skip to content

Commit a33c42c

Browse files
eugenesvkdeathaxe
authored and
deathaxe
committed
replace akh with ahk
1 parent 67834b2 commit a33c42c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

syntaxes/Markdown.sublime-syntax

+7-7
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ contexts:
949949
- include: fenced-yaml
950950
# 3rd-party syntaxes
951951
- include: fenced-ada
952-
- include: fenced-akh
952+
- include: fenced-ahk
953953
- include: fenced-arduino
954954
- include: fenced-coffee
955955
- include: fenced-dart
@@ -1865,23 +1865,23 @@ contexts:
18651865
1: punctuation.definition.raw.code-fence.end.markdown
18661866
2: meta.fold.code-fence.end.markdown
18671867
1868-
fenced-akh:
1868+
fenced-ahk:
18691869
- match: |-
18701870
(?x)
18711871
{{fenced_code_block_start}}
1872-
(?i:\s*(akh))
1872+
(?i:\s*(ahk))
18731873
{{fenced_code_block_trailing_infostring_characters}}
18741874
captures:
1875-
0: meta.code-fence.definition.begin.akh.markdown-gfm
1875+
0: meta.code-fence.definition.begin.ahk.markdown-gfm
18761876
2: punctuation.definition.raw.code-fence.begin.markdown
18771877
5: constant.other.language-name.markdown
18781878
6: comment.line.infostring.markdown
18791879
7: meta.fold.code-fence.begin.markdown
1880-
embed: scope:source.akh
1881-
embed_scope: markup.raw.code-fence.akh.markdown-gfm
1880+
embed: scope:source.ahk
1881+
embed_scope: markup.raw.code-fence.ahk.markdown-gfm
18821882
escape: '{{fenced_code_block_escape}}'
18831883
escape_captures:
1884-
0: meta.code-fence.definition.end.akh.markdown-gfm
1884+
0: meta.code-fence.definition.end.ahk.markdown-gfm
18851885
1: punctuation.definition.raw.code-fence.end.markdown
18861886
2: meta.fold.code-fence.end.markdown
18871887

0 commit comments

Comments
 (0)