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

feat: Add Make support #90

Merged
merged 1 commit into from
Oct 4, 2023
Merged

feat: Add Make support #90

merged 1 commit into from
Oct 4, 2023

Conversation

jcs090218
Copy link
Member

No description provided.

Comment on lines +251 to +256
(makefile-mode . ts-fold-summary-ruby-doc)
(makefile-automake-mode . ts-fold-summary-ruby-doc)
(makefile-gmake-mode . ts-fold-summary-ruby-doc)
(makefile-makepp-mode . ts-fold-summary-ruby-doc)
(makefile-bsdmake-mode . ts-fold-summary-ruby-doc)
(makefile-imake-mode . ts-fold-summary-ruby-doc)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is the changes.

Comment on lines +96 to +101
(makefile-mode . ,(ts-fold-parsers-make))
(makefile-automake-mode . ,(ts-fold-parsers-make))
(makefile-gmake-mode . ,(ts-fold-parsers-make))
(makefile-makepp-mode . ,(ts-fold-parsers-make))
(makefile-bsdmake-mode . ,(ts-fold-parsers-make))
(makefile-imake-mode . ,(ts-fold-parsers-make))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is the changes.

@jcs090218 jcs090218 merged commit 6ec049b into master Oct 4, 2023
11 of 12 checks passed
@jcs090218 jcs090218 deleted the feat/make branch October 4, 2023 23:55
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.

1 participant