aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 23:08:05 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 23:08:05 -0400
commit1d249aa4a3016ebe4cbcfdf23bcf9f5293f37163 (patch)
tree5d1ae46800ffa592a9182fad7642710de042204b /doc/14_Appendix.md
parent6600c4f959bb4ea91a2f632bfc5375f7e75e40c4 (diff)
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index a3f21a08..f92f4f35 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -157,6 +157,7 @@ buffer\_new() |Renamed |\_G.[buffer.new()][]
**_M.textadept** | |
filter\_through |Removed |N/A
filter\_through.filter\_through() |Renamed |editing.[filter\_through()][]
+mime\_types |Renamed |[file\_types][]<sup>†</sup>
**_M.textadept.bookmark** | |
N/A |New |[goto\_mark()][]
MARK\_BOOKMARK\_COLOR |Renamed |[BOOKMARK\_COLOR][]
@@ -184,10 +185,13 @@ try\_encodings |Renamed |[encodings][]
<sup>\*</sup>`arg` is `nil` when resetting.
-<sup>†</sup>Changed arguments too.
+<sup>†</sup>Removed *mime_types.conf* files. Interact with Lua tables directly.
+
+<sup>‡</sup>Changed arguments too.
[buffer.new()]: api/buffer.html#new
[filter\_through()]: api/_M.textadept.editing.html#filter_through
+[file\_types]: api/_M.textadept.file_types.html
[goto\_mark()]: api/_M.textadept.bookmarks.html#goto_mark
[BOOKMARK\_COLOR]: api/_M.textadept.bookmarks.html#BOOKMARK_COLOR
[HIGHLIGHT\_COLOR]: api/_M.textadept.editing.html#HIGHLIGHT_COLOR