Merge pull request #168 from Christoph-Koschel/patch-3

Add support for custom languages
This commit is contained in:
Alastair Mooney
2024-01-01 09:23:04 +00:00
committed by GitHub
5 changed files with 426 additions and 160 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 custom languages'
required: false
default: ''
NO_STANDARD:
description: 'Exclude loading the default ''syntax.json'' and ''language.yml'' files from the repository'
required: false
default: false