Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Features: TextMate Syntax Highlighting and SkDoc Documentation #55

Draft
wants to merge 22 commits into
base: dev/dev
Choose a base branch
from

Conversation

NotroDev
Copy link
Member

@NotroDev NotroDev commented May 19, 2024

This PR aims to rewrite SkEditor's syntax highlighting system to use TextMate, which will make it easier to maintain. Additionally, it introduces an experimental feature called SkDoc, a Skript equivalent to JavaDoc for documenting code.

  • Rewriting the default syntax highlighting to use TextMate
  • Writing a new syntax loader
  • Creating a new syntax settings page
  • Adding a function parser
  • Adding a function hover tooltip control
  • Adding an SkDoc comment parser

SkDoc comment
SkDoc function tooltip

@ItsTheSky ItsTheSky added the enhancement New feature or request label May 19, 2024
@ItsTheSky ItsTheSky linked an issue May 20, 2024 that may be closed by this pull request
@ItsTheSky ItsTheSky mentioned this pull request May 24, 2024
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SUGGESTION] Skriptdocs
2 participants