Add Sline language support#7891
Open
shopline-developer wants to merge 1 commit intogithub-linguist:mainfrom
Open
Add Sline language support#7891shopline-developer wants to merge 1 commit intogithub-linguist:mainfrom
shopline-developer wants to merge 1 commit intogithub-linguist:mainfrom
Conversation
Add Sline (.slt) markup language used by the SHOPLINE e-commerce platform for storefront theming. - Add language entry to languages.yml - Add sline-textmate grammar via script/add-grammar - Add real-world usage samples
lildude
requested changes
Apr 1, 2026
Member
lildude
left a comment
There was a problem hiding this comment.
You've left off the first point from the PR template with the search result query that you are using to prove your language meets our usage requirements:
linguist/.github/PULL_REQUEST_TEMPLATE.md
Lines 22 to 25 in 537297c
Please add and fill this in. If your language is a long way from meeting our usage requirements (see the end of the CONTRIBUTING.md file), I recommend you close this PR and submit a new one when your language meets our usage requirements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Sline (.slt) markup language support. Sline is an HTML templating language used by the SHOPLINE e-commerce platform for storefront themes.
Description
Sline is a markup/templating language that extends HTML with template syntax (
{{ }},{{#if}}, filters like{{ value | filter() }}). It is used by merchants on the SHOPLINE platform to build and customize online storethemes.
Checklist:
#5F9AE0.sltis not used by any other language in Linguist, so no heuristics are needed.References:
Developer documentation: https://developer.shopline.com/docs/sline/sline-overview
VS Code extension: https://marketplace.visualstudio.com/items?itemName=shopline-developer.shopline-developer-plugin
TextMate grammar: https://github.com/shoplineos/sline-textmate
NPM package: https://www.npmjs.com/package/@shoplineos/sline-textmate
Maintained by: https://shopline.com