summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-28 13:09:39 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-28 13:09:39 -0400
commitc86df0f0c6c79c98238e8a1a84cb9fab5a69a635 (patch)
treef83da6b274ffc8ebb3e9cf67eb74d154d7e2983e /web/react/utils/constants.jsx
parentc6f3361d3caf671ca64b798d5ac9eca97c387f9e (diff)
downloadchat-c86df0f0c6c79c98238e8a1a84cb9fab5a69a635.tar.gz
chat-c86df0f0c6c79c98238e8a1a84cb9fab5a69a635.tar.bz2
chat-c86df0f0c6c79c98238e8a1a84cb9fab5a69a635.zip
Revert "PLT-395: Add syntax highlighting to Markdown code blocks"
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx32
1 files changed, 0 insertions, 32 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 0e89b9470..8571b3d32 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -302,13 +302,6 @@ module.exports = {
uiName: 'Mention Highlight Link'
}
],
- CODE_THEMES: {
- github: 'GitHub',
- solarized_light: 'Solarized light',
- monokai: 'Monokai',
- solarized_dark: 'Solarized Dark'
- },
- DEFAULT_CODE_THEME: 'github',
Preferences: {
CATEGORY_DIRECT_CHANNEL_SHOW: 'direct_channel_show',
CATEGORY_DISPLAY_SETTINGS: 'display_settings'
@@ -322,30 +315,5 @@ module.exports = {
ENTER: 13,
ESCAPE: 27,
SPACE: 32
- },
- HighlightedLanguages: {
- diff: 'Diff',
- apache: 'Apache',
- makefile: 'Makefile',
- http: 'HTTP',
- json: 'JSON',
- markdown: 'Markdown',
- javascript: 'JavaScript',
- css: 'CSS',
- nginx: 'nginx',
- objectivec: 'Objective-C',
- python: 'Python',
- xml: 'XML',
- perl: 'Perl',
- bash: 'Bash',
- php: 'PHP',
- coffeescript: 'CoffeeScript',
- cs: 'C#',
- cpp: 'C++',
- sql: 'SQL',
- go: 'Go',
- ruby: 'Ruby',
- java: 'Java',
- ini: 'ini'
}
};