-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Request: Support for Object Pascal (Delphi). #97
Comments
stkb
added a commit
that referenced
this issue
Feb 7, 2022
Might need to have more file extensions added. Ignores `{ ... }` blocks that start with `$`, as those are compiler directives(?) instead.
This is now in pre-release version 17.6. |
stkb
added a commit
that referenced
this issue
Feb 14, 2022
Might need to have more file extensions added. Ignores `{ ... }` blocks that start with `$`, as those are compiler directives(?) instead.
stkb
added a commit
that referenced
this issue
Feb 14, 2022
- Support .rmd files as markdown (#245) - Basic support for Textile files as markdown (#271) - Support FIDL (#255), Pascal/Delphi (#97) & pylintrc files (#121) - Shell script: Ignore shebangs (#129) - Add '//'-comments to CSS (workaround for #309) - Fix batch files: case-insensitive "REM" and "@" prefix (#313) - Fix the document being 'modified' if there were no actual changes (#308, #315)
Now also in stable v1.16.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Delphi and Object Pascal line comments start with
//
or///
, block comments are delimited by{
and}
or by(*
and*)
.The text was updated successfully, but these errors were encountered: