really fixed brainfuck problem

This commit is contained in:
Doug Bell 2009-05-01 18:50:42 +00:00
parent 3320465ca4
commit f09b7d9a01
21 changed files with 282 additions and 31 deletions

View file

@ -1,4 +1,4 @@
editAreaLoader.load_syntax["bf"] = {
editAreaLoader.load_syntax["brainfuck"] = {
'COMMENT_SINGLE' : {}
,'COMMENT_MULTI' : {}
,'QUOTEMARKS' : {}