Ticket #3686 (closed enhancement: fixed)

Opened 8 years ago

Last modified 8 years ago

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

0001-Initial-support-of-CUDA-syntax-highlighting.patch (6.2 KB) - added by sergey 8 years ago.
Fixed copy-paste typo in Syntax file

Change History

comment:1 Changed 8 years ago by andrew_b

Don't forget to patch misc/syntax/Makefile.am.

comment:2 Changed 8 years ago by sergey

Ah, you're right!

The updated attachment should fix that.

Changed 8 years ago by sergey

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

  • Owner set to andrew_b
  • Status changed from new to accepted
  • 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

comment:6 Changed 8 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.