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

Remove language tags and instead utilize code.language #1256

Merged
merged 3 commits into from
Sep 16, 2023
Merged

Remove language tags and instead utilize code.language #1256

merged 3 commits into from
Sep 16, 2023

Conversation

AndreasArvidsson
Copy link
Collaborator

Removed our hack with language tags and instead rely on the Talon defined code.language

From

tag: user.c
-

to

code.language: c
-

@AndreasArvidsson
Copy link
Collaborator Author

@nriley I think this turned out quite nicely

lang/lua/stylua.talon Outdated Show resolved Hide resolved
Copy link
Collaborator

@nriley nriley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good.

@nriley nriley merged commit 2cf25f8 into talonhub:main Sep 16, 2023
2 checks passed
MartinRykfors pushed a commit to MartinRykfors/knausj_talon that referenced this pull request Nov 6, 2023
Removed our hack with language tags and instead rely on the Talon
defined `code.language`

From
```
tag: user.c
-
```

to
```
code.language: c
-
```
@AndreasArvidsson AndreasArvidsson deleted the code_language branch November 12, 2023 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants