|
| 1 | +# 1.0.0 (2023-01-19) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* block comments behave better with strings ([14f9b5d](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/14f9b5dc18291be3e05c9af2ca1841e5ff4b54f9)) |
| 7 | +* capture inline block comments in strings ([06a667b](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/06a667be769d93f688ed3120f93756e5580966c8)) |
| 8 | +* numbers correctly match to line end ([b2f1078](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/b2f1078a2a772f9b8a088c45ec22dfc188c92855)) |
| 9 | +* reclassify capture groups, add doc comment to expression match ([710dcae](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/710dcaeb0afd077cb9909973935fa1b699db77f7)) |
| 10 | +* resolve trailing block comment issues ([3e6ae27](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/3e6ae2766913beb851d9d66a7b6674de38e3d7f0)) |
| 11 | +* strings have lower precedence than numbers ([2f6f9b5](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/2f6f9b5356791d54e62dbd9fe3ba1017ab3067fc)) |
| 12 | +* strings now capture first character correctly ([81b548e](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/81b548e120abaa3a4d6c6c9fdea04dca562f68e0)) |
| 13 | + |
| 14 | + |
| 15 | +### Features |
| 16 | + |
| 17 | +* add comments, strings and modulePaths to yaml grammar ([c085c69](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/c085c695de3cf8a14486a3b380ed93952af05de9)) |
| 18 | +* add numeric matching rule ([37336b6](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/37336b65e0b1dafb38d4a3aca7b1f13d19cc2e01)) |
| 19 | +* add repository label to package.json ([5d20adf](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/5d20adfd8b6b6827d9ca89e749185a0655de9981)) |
| 20 | +* add vscode extension manager to dev dependencies ([2a34e0d](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/2a34e0d9eefa6d1650acf5910a4995f7794fc203)) |
| 21 | +* added a whole loasd of syntax highlighting ([552271b](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/552271b9e769755a6a4350962d76d239aaad1f4d)) |
| 22 | +* backtrack on grammar, narrowing to restart ([07b4105](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/07b4105f5d375625747dd03942ce5a5f3a9c5711)) |
| 23 | +* captured trailing whitespace after properties ([9ec426e](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/9ec426e79a3285294dbc29446169855c87fe3ff0)) |
| 24 | +* enabled commitlint and pre-commit hooks ([712fae0](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/712fae004a4ca289715f90503be1edb3010f15fe)) |
| 25 | +* fix comment highlighting, add keyword matching ([e85754b](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/e85754b5c79794841291a6db2282923b9cd4825e)) |
| 26 | +* make block comments auto-close their pairs ([20dc98e](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/20dc98effff7953ed01495c57ed966b55756eacb)) |
| 27 | +* more attempts to have multiline comments work ([dd7c760](https://github.com/traunts/Cortex-Command-Community-Project-VSCode-Extension/commit/dd7c760b20da39e9c60eb30454dd5f990e222e12)) |
| 28 | + |
1 | 29 | # Change Log
|
2 | 30 |
|
3 | 31 | All notable changes to the "cortex-command-community-project-language-support" extension will be documented in this file.
|
|
0 commit comments