-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add Slint #6750
Add Slint #6750
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two of your samples are too big as they're being suppressed by the diff by default. Please replace these with smaller samples.
You need to also add the cached license .yml
file that would have been created when you ran script/add-grammar
to add the grammar.
I edited them to removed big parts so they are small enough.
Added. |
I had forgotten to |
Whoops! There's only one file change now. |
Sorry about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good now.
Description
Add the Slint language
Checklist:
The extension of the new language is used in hundreds of repositories on GitHub.com.
I have included a real-world usage sample for all extensions added in this PR:
I have included a syntax highlighting grammar: https://github.com/slint-ui/slint-tmLanguage
I have added a color
#2379F4
I have updated the heuristics to distinguish my language from others using the same extension.