diff options
Diffstat (limited to 'core/ext/menu.lua')
-rw-r--r-- | core/ext/menu.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/ext/menu.lua b/core/ext/menu.lua index 44e55da5..92bd7ab4 100644 --- a/core/ext/menu.lua +++ b/core/ext/menu.lua @@ -153,9 +153,9 @@ t.menubar = { 'eiffel', 'erlang', 'errorlist', 'forth', 'fortran', 'gap', 'gettext', 'gnuplot', 'groovy', 'haskell', 'html', 'idl', 'ini', 'io', 'java', 'javascript', 'latex', 'lisp', 'lua', 'makefile', 'mysql', 'objective__c', - 'pascal', 'php', 'pike', 'postscript', 'props', 'python', 'r', 'ragel', - 'rebol', 'rhtml', 'ruby', 'scheme', 'shellscript', 'smalltalk', 'tcl', - 'vala', 'verilog', 'vhdl', 'visualbasic', 'xml', + 'ocaml', 'pascal', 'perl', 'php', 'pike', 'postscript', 'props', 'python', + 'r', 'ragel', 'rebol', 'rexx', 'rhtml', 'ruby', 'scheme', 'shellscript', + 'smalltalk', 'tcl', 'vala', 'verilog', 'vhdl', 'visualbasic', 'xml', }, } |