eirik-kjonstad / modern-fortran-syntax

Modern Fortran syntax highlighting for Sublime Text 3/4
MIT License
10 stars 2 forks source link

Add class declaration to Symbol List #16

Closed eirik-kjonstad closed 3 years ago

eirik-kjonstad commented 3 years ago

In type :: myType, this adds myType to the symbol list and excludes the type ending end type myType

Also contains minor imrpvovements to the detection of class declarations.