Ticket #3686 (closed enhancement: fixed)
Initial support of CUDA syntax highlighting
Reported by: | sergey | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.18 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: | committed-master |
Description
The title says it all actually :) Just added some basement for CUDA syntax highlight.
Based on existing cxx.syntax (since that's what language CUDA extends) with extra keywords added.
Probably some types/keywords are still missing, but think it's a good starting point which could be refined further later once issues are discovered.
Attachments
Change History
Changed 8 years ago by sergey
- Attachment 0001-Initial-support-of-CUDA-syntax-highlighting.patch added
Fixed copy-paste typo in Syntax file
comment:3 Changed 8 years ago by sergey
Fixed copy-paste error, it was still called GLSL Program in Syntax file, which wrong. Now it should be CUDA Program instead.
comment:4 Changed 8 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Component changed from mc-core to mcedit
- Milestone changed from Future Releases to 4.8.18
comment:5 Changed 8 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset set to committed-master
- Resolution set to fixed
Thanks!
Applied as [9c3fe0411436677be0918c0001e67006c2406865]
Note: See
TracTickets for help on using
tickets.
Don't forget to patch misc/syntax/Makefile.am.