* Format index.html
* Fix package.json files config
* Ignore Pythong .eggs directory
* update strings for move from beautify-web to beautifier org
* Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update codemirror and other web page depenedencies (#2234)
* Fixed#2219 - formatting of new Angular control flow syntax (#2221)
* Fixed#2219 - formatting of new Angular control flow syntax
* Add 'angular' templating option; use it for html beautifier control flow syntax
* Add more precise selection for angular control flow close tag
* Print angular control flow tokens with basic formatting
* Add tests for fixing issue #2219
* Change angular control flow selection to do via pattern
* Fix selecting control flow closing brace if it is not preceded by whitespace
* Fix regex for control flow start pattern; only select control flow open if indent_handlebars is true
* Changing angular at-string detection regex
Limiting this to a smaller set.
---------
Co-authored-by: Liam Newman <bitwiseman@gmail.com>
* Update Changelog
* Bump version numbers for 1.15.0
* Release: 1.15.0
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Liam Newman <bitwiseman@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gergely-gyorgy-both <84864554+gergely-gyorgy-both@users.noreply.github.com>
Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
* Fixed#2219 - formatting of new Angular control flow syntax
* Add 'angular' templating option; use it for html beautifier control flow syntax
* Add more precise selection for angular control flow close tag
* Print angular control flow tokens with basic formatting
* Add tests for fixing issue #2219
* Change angular control flow selection to do via pattern
* Fix selecting control flow closing brace if it is not preceded by whitespace
* Fix regex for control flow start pattern; only select control flow open if indent_handlebars is true
* Changing angular at-string detection regex
Limiting this to a smaller set.
---------
Co-authored-by: Liam Newman <bitwiseman@gmail.com>