Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Regenerate language_pack #502

Closed
wants to merge 1 commit into from

Commits on Mar 8, 2023

  1. Regenerate language_pack

    This was done by running `mvn package` in `_update`.
    
    The autogenerated files have one small error that was
    previously fixed in 242dcf1
    and this change therefore preserves that fix by excluding this
    diff from the commit:
    
    ```diff
    diff --git a/org.eclipse.tm4e.language_pack/javascript/Regular Expressions (JavaScript).tmLanguage b/org.eclipse.tm4e.language_pack/javascript/Regular Expressions (JavaScript).tmLanguage
    index 54c7651c..1dda7806 100644
    --- a/org.eclipse.tm4e.language_pack/javascript/Regular Expressions (JavaScript).tmLanguage
    +++ b/org.eclipse.tm4e.language_pack/javascript/Regular Expressions (JavaScript).tmLanguage
    @@ -230,7 +230,7 @@
                    </dict>
            </dict>
            <key>scopeName</key>
    -       <string>lngpck.source.js.regexp</string>
    +       <string>source.js.regexp</string>
            <key>uuid</key>
            <string>AC8679DE-3AC7-4056-84F9-69A7ADC29DDD</string>
     </dict>
    ```
    
    And bumping version numbers due to updated language packs
    
    Fixes eclipse-tm4e#501
    jonahgraham committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    24c5e09 View commit details
    Browse the repository at this point in the history