github-linguist/linguist

Templ Templating Lanuage

Closed this issue · 3 comments

[## Language name
Templ ( A popular Go Templating library)

Repo Link

URL of example repository

https://github.com/a-h/templ/tree/main/examples

URL of syntax highlighting grammar

Tree Sitter
VsCode

Most popular extensions

.templ

Detected language

none

Currenly approx 7k files
https://github.com/search?q=path%3A%2F.%2B%5C.templ%24%2F++package+templ&type=code

Code can be identified by the go style package mod import

I think it should be "Templ" for consistency with other languages.

I think it should be "Templ" for consistency with other languages.

There's no consistency 😁 We have all caps and all lowercase and a mix of the two; it really depends on the language. In this case, the https://templ.guide website consistently uses all lowercase.

I guess this is just subjective, in 5 projects that I have with temp, it's the only highlighted language that is not in uppercase or sentence case.

Example

image

But it's okay to follow their conventions, I thought it was something to fix