- Fixed crash problem on vscode insider
- Support german quotation marks
- Fixed the error of heaven and earth branches
- Support searching word through right-click menu using a custom search engine({{keyword}} as placeholder)
- Fixed some highlight bugs
- Fixed some highlight bugs
- Fixed some highlight bugs
- Support dynamic enable/disable languages
- Support full regular expressions in the filter function
- Fixed some highlight bugs
- Fixed focus mod bug in the filter function
- Support filter and focus on lines based on custom regular expressions (forked from XinyaYang0506/log-analysis)
- Add .err, .inf, .info, .unx, .desktop files to the supported languages
- Fixed some folding bugs
- Add .eds (the extension of industry standard text file format for describing automation equipment) to the supported languages
- Support outline for txt files with symbol marks
- Fix some regex rules
- Support highlighting current line (forked from cliffordfajardo/highlight-line-vscode)
- Support highlighting multiple selected words in all active editors (forked from rsbondi/highlight-words)
- Support codelens for Makefile to make running makefile target easily
- Support open the file under the current cursor through the right-click menu
- The line would be commented only when the semicolon is at the beginning of the line now
- Support folding braces and hypertext marks
- Fix bugs
- Support fold between section headers(Set "editor.foldingStrategy": "auto")
- Fix some bugs
- Support chinese punctuation marks
- Add logical "sectin header" level which is highlighted and can be folded(-*-, A. , Part I, * xxx, 一、, etc...)
- Support folding("header"/--- pair)
- Support more special symbols
- Fix some bugs
- Remove the support for markdown file to avoid conflict with other related extensions
- Initial release