forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-languages.yml
66 lines (66 loc) · 1.05 KB
/
code-languages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# 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
csharp:
name: C#
comment: slash
dockerfile:
name: Dockerfile
comment: number
golang:
name: Go
comment: slash
graphql:
name: GraphQL
comment: number
groovy:
name: Groovy
comment: slash
html:
name: HTML
comment: xml
http:
name: HTTP
comment: none
java:
name: Java
comment: slash
javascript:
name: JavaScript
comment: slash
json:
name: JSON
comment: none
jsonc:
name: JSONC
comment: slash
markdown:
name: Markdown
comment: xml
powershell:
name: PowerShell
comment: number
python:
name: Python
comment: number
ruby:
name: Ruby
comment: number
scss:
name: SCSS
comment: slash
shell:
name: Shell
comment: number
text:
name: Text
comment: number
xml:
name: XML
comment: xml
yaml:
name: YAML
comment: number