Skip to content

Commit e792206

Browse files
committed
(chore) remove apache, http, nginx, properties, coffeescript from :common
Fully resolves #2848. Related #2558.
1 parent 08ad4a4 commit e792206

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

VERSION_11_UPGRADE.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# very rough draft
2+
3+
- rename second_best to secondBest (highlightAuto)
4+
- remove apache, http, nginx, properties, coffeescript from :common #2848

src/languages/apache.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Ruslan Keba <[email protected]>
44
Contributors: Ivan Sagalaev <[email protected]>
55
Website: https://httpd.apache.org
66
Description: language definition for Apache configuration files (httpd.conf & .htaccess)
7-
Category: common, config
7+
Category: config
88
Audit: 2020
99
*/
1010

src/languages/coffeescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Language: CoffeeScript
33
Author: Dmytrii Nagirniak <[email protected]>
44
Contributors: Oleg Efimov <[email protected]>, Cédric Néhémie <[email protected]>
55
Description: CoffeeScript is a programming language that transcompiles to JavaScript. For info about language see http://coffeescript.org/
6-
Category: common, scripting
6+
Category: scripting
77
Website: https://coffeescript.org
88
*/
99

src/languages/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language: HTTP
33
Description: HTTP request and response headers with automatic body highlighting
44
Author: Ivan Sagalaev <[email protected]>
5-
Category: common, protocols
5+
Category: protocols
66
Website: https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
77
*/
88

src/languages/nginx.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language: Nginx config
33
Author: Peter Leonov <[email protected]>
44
Contributors: Ivan Sagalaev <[email protected]>
5-
Category: common, config
5+
Category: config
66
Website: https://www.nginx.com
77
*/
88

src/languages/properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language: .properties
33
Contributors: Valentin Aitken <[email protected]>, Egor Rogov <[email protected]>
44
Website: https://en.wikipedia.org/wiki/.properties
5-
Category: common, config
5+
Category: config
66
*/
77

88
/** @type LanguageFn */

0 commit comments

Comments
 (0)