Skip to content

Commit

Permalink
(chore) remove apache, http, nginx, properties, coffeescript from :co…
Browse files Browse the repository at this point in the history
…mmon

Fully resolves #2848.
Related #2558.
  • Loading branch information
joshgoebel committed Apr 5, 2021
1 parent 3e891f0 commit 37c76f3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions VERSION_11_UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# very rough draft

- rename second_best to secondBest (highlightAuto)
- remove apache, http, nginx, properties, coffeescript from :common #2848
2 changes: 1 addition & 1 deletion src/languages/apache.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: Ruslan Keba <rukeba@gmail.com>
Contributors: Ivan Sagalaev <maniac@softwaremaniacs.org>
Website: https://httpd.apache.org
Description: language definition for Apache configuration files (httpd.conf & .htaccess)
Category: common, config
Category: config
Audit: 2020
*/

Expand Down
2 changes: 1 addition & 1 deletion src/languages/coffeescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Language: CoffeeScript
Author: Dmytrii Nagirniak <dnagir@gmail.com>
Contributors: Oleg Efimov <efimovov@gmail.com>, Cédric Néhémie <cedric.nehemie@gmail.com>
Description: CoffeeScript is a programming language that transcompiles to JavaScript. For info about language see http://coffeescript.org/
Category: common, scripting
Category: scripting
Website: https://coffeescript.org
*/

Expand Down
2 changes: 1 addition & 1 deletion src/languages/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Language: HTTP
Description: HTTP request and response headers with automatic body highlighting
Author: Ivan Sagalaev <maniac@softwaremaniacs.org>
Category: common, protocols
Category: protocols
Website: https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
*/

Expand Down
2 changes: 1 addition & 1 deletion src/languages/nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Language: Nginx config
Author: Peter Leonov <gojpeg@yandex.ru>
Contributors: Ivan Sagalaev <maniac@softwaremaniacs.org>
Category: common, config
Category: config
Website: https://www.nginx.com
*/

Expand Down
2 changes: 1 addition & 1 deletion src/languages/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Language: .properties
Contributors: Valentin Aitken <valentin@nalisbg.com>, Egor Rogov <e.rogov@postgrespro.ru>
Website: https://en.wikipedia.org/wiki/.properties
Category: common, config
Category: config
*/

/** @type LanguageFn */
Expand Down

0 comments on commit 37c76f3

Please sign in to comment.