1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Provide Bash/Shell code syntax in Rich Text Editor

Closes #322
This commit is contained in:
sauls8t 2019-09-18 11:25:21 +01:00
parent 00889f0e0e
commit 6b723568d3
4 changed files with 119 additions and 42 deletions

View file

@ -75,6 +75,7 @@ export default Component.extend({
{ text: 'Fsharp', value: 'fsharp' },
{ text: 'Git', value: 'git' },
{ text: 'Go', value: 'go' },
{ text: 'GraphQL', value: 'graphql' },
{ text: 'Haskell', value: 'haskell' },
{ text: 'HTML', value: 'markup' },
{ text: 'HTTP', value: 'http' },
@ -93,6 +94,7 @@ export default Component.extend({
{ text: 'Ruby', value: 'ruby' },
{ text: 'Rust', value: 'rust' },
{ text: 'Sass SCSS', value: 'scss' },
{ text: 'Shell', value: 'bash' },
{ text: 'SQL', value: 'sql' },
{ text: 'Swift', value: 'swift' },
{ text: 'TypeScript', value: 'typescript' },