facelessuser / ApplySyntax

Syntax detector for Sublime Text
https://facelessuser.github.io/ApplySyntax/
343 stars 48 forks source link

Add Perl sytanx into configuration #157

Closed KES777 closed 1 year ago

KES777 commented 1 year ago
        {
            "syntax": "Perl/Perl",
            "extensions": ["pm", "pl"],
            "rules": [
                {"interpreter": "perl"},
            ],
        },
facelessuser commented 1 year ago

Pull requests are welcome

jfcherng commented 1 year ago

This seems to be ST builtin as https://github.com/sublimehq/Packages/commit/3629e8bce1d25fbbc66528ed212f94597cbb8800

facelessuser commented 1 year ago

Indeed it does

facelessuser commented 1 year ago

It does seem this isn't needed. Can I ask what version of Sublime you are on?

facelessuser commented 1 year ago

Closing as this support is already available with the stock Perl.