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 langfile format #24

Merged
merged 3 commits into from
Apr 14, 2024
Merged

New langfile format #24

merged 3 commits into from
Apr 14, 2024

Conversation

Orciument
Copy link
Owner

add new format:

FILEEXTENSION, NAME, INLINE COMMENT SYMBOLS, BLOCK COMMENT START SYMBOLS, BLOCK COMMENT END SYMBOLS
"rs", "Rust", [ "//", "///"], ["/*"], ["*/"]

" can now be used inside symbol definitions, it is not needed to escape the "
["""""] would be a valid definition.

, can no longer be used in a symbol definition

closes #19

@Orciument Orciument merged commit 0db5cd6 into master Apr 14, 2024
2 checks passed
@Orciument Orciument deleted the new-langfile-format branch April 14, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new langfile format
1 participant