File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Core Grammars:
7
7
- fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [ Aneesh Kulkarni] [ ]
8
8
- fix(bash) fix # within token being detected as the start of a comment [ Felix Uhl] [ ]
9
9
10
+ New Grammars:
11
+
12
+ - added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES [ nataliia-radina] [ ]
13
+
10
14
Developer Tool:
11
15
12
16
- enh(tools): order CSS options picklist [ David Schach] [ ]
@@ -16,6 +20,7 @@ Developer Tool:
16
20
[ Aneesh Kulkarni ] : https://github.com/aneesh98
17
21
[ Bruno Meneguele ] : https://github.com/bmeneg
18
22
[ Felix Uhl ] : https://github.com/iFreilicht
23
+ [ nataliia-radina ] : https://github.com/Nataliia-Radina
19
24
20
25
21
26
## Version 11.9.0
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ The table below shows the full list of languages (and corresponding classes/alia
45
45
| Cache Object Script | cos, cls | |
46
46
| Candid | candid, did | [ highlightjs-motoko] ( https://github.com/rvanasa/highlightjs-motoko ) |
47
47
| CMake | cmake, cmake.in | |
48
- | COBOL | cobol, standard-cobol | [ highlightjs-cobol] ( https://github.com/otterkit/highlightjs-cobol ) |
48
+ | COBOL | cobol, standard-cobol | [ highlightjs-cobol] ( https://github.com/otterkit/highlightjs-cobol ) |
49
+ | CODEOWNERS | codeowners | [ highlightjs-codeowners] ( https://github.com/highlightjs/highlightjs-codeowners ) |
49
50
| Coq | coq | |
50
51
| CSP | csp | |
51
52
| CSS | css | |
You can’t perform that action at this time.
0 commit comments