Added support for costume languages. Fix #104

This commit is contained in:
Christoph Koschel
2023-09-30 19:39:39 +02:00
parent b27611eed1
commit c70aafa22a
2 changed files with 83 additions and 17 deletions

View File

@@ -79,4 +79,12 @@ inputs:
ESCAPE:
description: 'Escape all special Markdown characters'
required: false
default: true
default: true
LANGUAGES:
description: 'A collection of comma-delimited URLs or local paths starting from the current working directory of the action for costume languages'
required: false
default: ''
NO_STANDARD:
description: 'Exclude loading the default ''syntax.json'' and ''language.yml'' files from the repository'
required: false
default: false