Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for Angular expression syntax
This commit... 1. adds syntax definitions for Angular expression syntax, which is a subset of JavaScript. see: https://angular.dev/guide/templates/expression-syntax Required rules are directly implemented in favor of re-using/including JavaScript to reduce dependencies and keep syntax lean (from parser's point of view). 2. adds syntax based folding rules to be able to fold control flow blocks regardless used indentation style. 3. adds symbol list definition to index `@let` variables.
- Loading branch information