зеркало из https://github.com/github/docs.git
83 строки
1.1 KiB
YAML
83 строки
1.1 KiB
YAML
# Comment options: number (#), slash (//), percent (%%), xml (<!-- -->), none
|
|
bash:
|
|
name: Bash
|
|
comment: number
|
|
csharp:
|
|
name: C#
|
|
comment: slash
|
|
dockerfile:
|
|
name: Dockerfile
|
|
comment: number
|
|
geojson:
|
|
name: GeoJSON
|
|
comment: none
|
|
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
|
|
math:
|
|
name: Math
|
|
comment: percent
|
|
mermaid:
|
|
name: Mermaid
|
|
comment: percent
|
|
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
|
|
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
|
|
yaml:
|
|
name: YAML
|
|
comment: number
|