You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON map of programming languages to meta data. Converted from GitHub's [Linguist YAML file](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml).
9
9
10
10
**Useful Properties:**
11
11
12
-
*`type` - Either data, programming, markup, or undefined
13
-
*`aliases` - An array of additional lowercased aliases
14
-
*`filenames` - An array of filenames associated with the language
15
-
*`extensions` - An array of associated extensions
16
-
*`interpreters` - An array of associated interpreters
12
+
-`type` - Either data, programming, markup, or undefined
13
+
-`aliases` - An array of additional lowercased aliases
14
+
-`filenames` - An array of filenames associated with the language
15
+
-`extensions` - An array of associated extensions
16
+
-`interpreters` - An array of associated interpreters
17
17
18
18
**GitHub Specific Properties:**
19
19
20
-
*`wrap` - Boolean flag to enable line wrapping
21
-
*`color` - CSS hex color to represent the language
22
-
*`group` - Associated language grouping
23
-
*`aceMode` - A string name of the ace mode
24
-
*`searchable` - Boolean flag to enable searching
25
-
*`searchTerm` - Deprecated: Some languages maybe indexed under a different alias
20
+
-`wrap` - Boolean flag to enable line wrapping
21
+
-`color` - CSS hex color to represent the language
22
+
-`group` - Associated language grouping
23
+
-`aceMode` - A string name of the ace mode
24
+
-`searchable` - Boolean flag to enable searching
25
+
-`searchTerm` - Deprecated: Some languages maybe indexed under a different alias
0 commit comments