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

Repo sync #26890

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions data/variables/code-languages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Comment options: number (#), slash (//), percent (%%), xml (<!-- -->), none
# For languages that support highlighting: https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
# We prefer full language name in lowercase to avoid conflicts
bash:
name: Bash
comment: number
Expand All @@ -8,9 +10,6 @@ csharp:
dockerfile:
name: Dockerfile
comment: number
geojson:
name: GeoJSON
comment: none
golang:
name: Go
comment: slash
Expand Down Expand Up @@ -41,12 +40,6 @@ jsonc:
markdown:
name: Markdown
comment: xml
math:
name: Math
comment: percent
mermaid:
name: Mermaid
comment: percent
powershell:
name: PowerShell
comment: number
Expand All @@ -62,18 +55,9 @@ scss:
shell:
name: Shell
comment: number
stl:
name: STL
comment: none
tasklist:
name: Tasklist
comment: xml
text:
name: Text
comment: number
topojson:
name: TopoJSON
comment: none
xml:
name: XML
comment: xml
Expand Down
Loading