Add syntax and ftplugins for iCalendar ics files.
These commits provide matchit, folding, and syntax highlighting for ics files.
https://github.com/vim/vim/pull/21356
(13 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Thanks for the particularly complete PR.
Looking at the RFC it seems icalendar would be a better filetype name. I don't know the domain though so perhaps ics has meaning beyond just the filename extension?
Could you please address the following small issues:
:highlight commands are grouped together at the end of the file. I have sympathy for your current layout, and do that myself during development, but there's some value in consistency and the distributed files almost without exception put them last.—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Looking at the RFC it seems
icalendarwould be a better filetype name. I don't know the domain though so perhapsicshas meaning beyond just the filename extension?
That makes sense, I have switched to the icalendar filetype
Could you please address the following small issues:
- use "Last Change:" rather than "Last Revision" in the header? The former is the de facto standard even though I'm aware the latter is in use.
Changed to "Last Change" in both icalendar.vim files
- documentation titles should generally match the filetype, so s/ICALENDAR/ICS/
Left as ICALENDAR as now that is the filetype
:highlightcommands are grouped together at the end of the file. I have sympathy for your current layout, and do that myself during development, but there's some value in consistency and the distributed files almost without exception put them last.
I moved highlight commands to after syntax commands
Please let me know if there are any other changes that need to be made,
Thanks for your time and effort!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()