dart-sublime-bundle icon indicating copy to clipboard operation
dart-sublime-bundle copied to clipboard

streamline syntax definition

Open guillermooo opened this issue 10 years ago • 1 comments

Currently, the syntax def tries too hard to capture function defs. This leads to a complicated syntax def. The goal of this approach was to enable symbol navigation using ST's own mechanism for it. However, it doesn't work great and the analysis server should offer better results in the future.

Therefore, the syntax def could be simplified and improved for the general cases, while offloading more complex tasks to the analysis server.

guillermooo avatar Mar 02 '15 19:03 guillermooo

Old syntax will be superseded by new .sublime-syntax.

guillermooo avatar May 12 '15 16:05 guillermooo