aboutsummaryrefslogtreecommitdiff
path: root/core/ext/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-08-07 18:12:08 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-08-07 18:12:08 -0400
commit5933929b459c87526f9abcf38aedb1781bdb144c (patch)
tree0c1407fa5ecff61a23fd3d8da12f47351bf4671d /core/ext/menu.lua
parente73deb7d35ad4566310a405efec1e257bf177053 (diff)
downloadtextadept-5933929b459c87526f9abcf38aedb1781bdb144c.tar.gz
textadept-5933929b459c87526f9abcf38aedb1781bdb144c.zip
Added menu options and mime types for 3 new lexers.
Diffstat (limited to 'core/ext/menu.lua')
-rw-r--r--core/ext/menu.lua6
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',
},
}