Skip to content

Commit 2ad58aa

Browse files
authored
Merge pull request #48 from Tbusk/feature/improving-syntax-highlighting
[PATCH]: Misc Parser Tweaks
2 parents 302b2f6 + 62f8afa commit 2ad58aa

File tree

10 files changed

+724
-521
lines changed

10 files changed

+724
-521
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Adding single, double quotation, and backtick escape functionality.
1212
- Updated plugin logo and added a different dark mode icon.
1313
- Updated source file icon to be more consistent with the JetBrains theme.
14+
- Implemented robust parser that can handle majority of Vala syntax.
1415

1516
## [1.1.1-ALPHA]
1617
### What's Changed

src/main/gen/com/tbusk/vala_plugin/ValaLexer.java

Lines changed: 636 additions & 446 deletions
Large diffs are not rendered by default.

src/main/gen/com/tbusk/vala_plugin/ValaParser.java

Lines changed: 72 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/tbusk/vala_plugin/psi/ValaLocalVariable.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/tbusk/vala_plugin/psi/ValaRegexLiteral.java

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/tbusk/vala_plugin/psi/ValaTypes.java

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/tbusk/vala_plugin/psi/impl/ValaLocalVariableImpl.java

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/com/tbusk/vala_plugin/psi/impl/ValaRegexLiteralImpl.java

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)