From e6fe442c3dcd450043d58cfa2e21fca26609f756 Mon Sep 17 00:00:00 2001 From: Piotr Semenov Date: Thu, 16 May 2024 16:07:05 +0400 Subject: [PATCH] chore: optimize tmLanguage --- .github/workflows/build-artifacts.yml | 8 ++++---- src/main.YAML-tmLanguage | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index a7a0db8..9a33f01 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -55,11 +55,11 @@ jobs: with: commit_message: auto-commit of artifacts branch: main - commit_options: '--no-verify --signoff -S' + commit_options: '-S' file_pattern: 'syntaxes/* images/*' - commit_author: "${{ steps.import-gpg.outputs.name }} <${{ steps.import-gpg.outputs.email }}>" - commit_user_name: "${{ steps.import-gpg.outputs.name }}" - commit_user_email: "${{ steps.import-gpg.outputs.email }}" + commit_author: ${{ steps.import-gpg.outputs.name }} <${{ steps.import-gpg.outputs.email }}> + commit_user_name: ${{ steps.import-gpg.outputs.name }} + commit_user_email: ${{ steps.import-gpg.outputs.email }} - name: Run if changes have been detected if: steps.auto-commit-action.outputs.changes_detected == 'true' diff --git a/src/main.YAML-tmLanguage b/src/main.YAML-tmLanguage index 73c0f11..6ce34fa 100644 --- a/src/main.YAML-tmLanguage +++ b/src/main.YAML-tmLanguage @@ -7,7 +7,6 @@ fileTypes: - parigp name: PARI/GP patterns: - - include: '#comments' - include: '#code' repository: parens: