diff options
author | 2009-09-13 21:44:03 -0400 | |
---|---|---|
committer | 2009-09-13 21:44:03 -0400 | |
commit | 64bdf875250fb348dd05fba646752e74307ab237 (patch) | |
tree | a4ab0e0acf335d22daebe617c03ab8aff92ea784 /core/ext | |
parent | 411bf489ab8044e772bb796be09e37defe8ed400 (diff) | |
download | textadept-64bdf875250fb348dd05fba646752e74307ab237.tar.gz textadept-64bdf875250fb348dd05fba646752e74307ab237.zip |
Renamed d.lua lexer to dmd.lua; core/ext/mime_types.conf
D-specific key commands would have the prefix 'keys.d', which would never allow
the 'd' key to be pressed.
Diffstat (limited to 'core/ext')
-rw-r--r-- | core/ext/mime_types.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ext/mime_types.conf b/core/ext/mime_types.conf index ea89fdf4..d7d93a52 100644 --- a/core/ext/mime_types.conf +++ b/core/ext/mime_types.conf @@ -65,7 +65,8 @@ cs csharp css css % D -d d +d dmd +di dmd % diff diff diff |