remove brainfuck from code editor
This commit is contained in:
parent
9e20aabd18
commit
a74b4a5af5
4 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ function EditAreaLoader(){
|
|||
,allow_toggle: true // true or false
|
||||
,language: "en"
|
||||
,syntax: ""
|
||||
,syntax_selection_allow: "basic,brainfuck,c,coldfusion,cpp,css,html,js,pas,perl,php,python,ruby,robotstxt,sql,tsql,vb,xml"
|
||||
,syntax_selection_allow: "basic,c,coldfusion,cpp,css,html,js,pas,perl,php,python,ruby,robotstxt,sql,tsql,vb,xml"
|
||||
,display: "onload" // onload or later
|
||||
,max_undo: 30
|
||||
,browsers: "known" // all or known
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue