diff options
author | 2013-12-18 00:45:32 -0500 | |
---|---|---|
committer | 2013-12-18 00:45:32 -0500 | |
commit | e0ed19fc96513e376c3e2f49f0e0ac278465d143 (patch) | |
tree | 1574b24e3c86e9f78182478958e5352c8f3ff74e /CHANGELOG.md | |
parent | b27c3bf193cb949c2173f39bbeb8a8f785c3d76f (diff) | |
download | textadept-e0ed19fc96513e376c3e2f49f0e0ac278465d143.tar.gz textadept-e0ed19fc96513e376c3e2f49f0e0ac278465d143.zip |
Renamed "hypertext" lexer to "html".
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de6f0fdd..cc48eff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1540,7 +1540,7 @@ Changes: [`show_documentation()`]: api/textadept.adeptsense.html#show_documentation [`sense.syntax.word_chars`]: api/textadept.adeptsense.html#syntax [CSS]: api/_M.css.html -[HTML]: api/_M.hypertext.html +[HTML]: api/_M.html.html [Java]: api/_M.java.html [Ruby]: api/_M.ruby.html @@ -1600,7 +1600,7 @@ Bugfixes: Changes: * [`buffer.rectangular_selection_modifier`][] on Linux is the Super/Windows key. -* Improved Hypertext lexer. +* Improved HTML lexer. * Added Markdown, BibTeX, CMake, CUDA, Desktop Entry, F#, GLSL, and Nemerle lexers. * Added [`_m.textadept.filter_through`][] module for [shell commands][]. @@ -1944,7 +1944,7 @@ Bugfixes: * Fixed transform bug in snippets. * Fixed bug with Io lexer mime-type. -* Fixed embedded css/javascript bug in hypertext (HTML) lexer. +* Fixed embedded css/javascript bug in HTML lexer. Changes: |