@ -52,13 +52,6 @@ CSharp: # required, this will be the name of the enum variant for the language a
@@ -52,13 +52,6 @@ CSharp: # required, this will be the name of the enum variant for the language a
serialization: c# # required only if the Enum name `CSharp` doesn't match the display name `C#`
```
> [!NOTE]
> An additional field, `line_types` can also be set on a language's attributes. It has been excluded because
> it is not necessary for the majority of languages. By default, only a language's lines of code are counted, but this
> field can be used to count other lines, too. For example, `line_types: [code, comments]`. This is useful in languages
> like Markdown, where the significant lines are mostly comments. A list of available fields to be used can be found in