Skip to content

Commit 255221c

Browse files
committed
feat: extend recognised file extension for syntax highlighting
Cover list of all extensions supported by CC
1 parent 1f3f467 commit 255221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/syntaxes/src/ccini.tmLanguage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ repository:
125125
- include: '#modulePath'
126126

127127
modulePath:
128-
match: (([A-Z][A-z0-9 ]*\.rte)(\/[A-z0-9 ]*)*(\/[A-z0-9 ]+\.(wav|flac|png|bmp|ini)))(\s*?\/\*.*?\*\/\s*?)?$
128+
match: (([A-Z][A-z0-9 ]*\.rte)(\/[A-z0-9 ]*)*(\/[A-z0-9 ]+\.(ini|txt|lua|cfg|bmp|png|jpg|jpeg|wav|ogg|mp3|flac)))(\s*?\/\*.*?\*\/\s*?)?$
129129
captures:
130130
'1':
131131
name: markup.underline.link

0 commit comments

Comments
 (0)