- column multicursor
- shrink modifier for better readability
- removed a trailing comma in language configuration #36
- column highlighting seems to work properly - its enabled by default now
- migrated to gulp v4
- a lot under the hood changes and test automation (a step further to a complete automated deployment process)
- fixed the parsing of strings that are side by side #20
- fixed a bug where the last column was not recognized
- fixed the parsing of strings #8
- some small improvments
- higlight the data lines whne clicking on a header column
- highlight the next semicolon if possible on an empty column
- remove column highlighting on selections
- fixed an error where lines containing only semicolons was not recognized correctly
- fixed an error where the column highlighting wont work when there are lines with less columns then the header
- column highlighting on header (experimental) disabled by default - set
"impex.editor.columnHighlighting.enabled": true
to enable - default modifier snippet
- snippets for the header
- improved syntax highlighting a bit
- better marketplace presentation
- rudimental syntax higlighting for strings, some keywords and variables
Check Keep a Changelog for recommendations on how to structure this file.