7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Language Support Latex #61

Closed Joinyy closed 5 years ago

Joinyy commented 7 years ago

Latex would be great, as the Symbols-tree-view Package is no longer maintained.

It covers Chapters, Sections (sub&subsub) and labels. Would be the point for me, where I use symbols-list over the old package.

Regex should be really easy, as everything in LaTeX begins with \ followed by either chapter{NAME},section{NAME},subsection{NAME},subsubsection{NAME},label{NAME} and so on. Maybe the sections in a chapter could be desplayed like class members in a oo programming language, and the subsections and subsubsections so on. Labels the same, but with a different icon.

7ute commented 5 years ago

Hi,

The support for LaTeX syntax will be available on the next release. I added chapter, section, subsection and subsubsection.