Skip to content

Commit

Permalink
Add recipe for OpenCL mode
Browse files Browse the repository at this point in the history
Implements recipe requested in issue dimitri#2752.
  • Loading branch information
stephan-cr authored and akopytov committed Jan 16, 2023
1 parent 3e43e20 commit bf737df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/opencl-mode.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name opencl-mode
:website "https://github.com/salmanebah/opencl-mode"
:description "Syntax coloring for opencl kernels"
:type github
:pkgname "salmanebah/opencl-mode"
:prepare (add-to-list 'auto-mode-alist '("\\.cl\\'" . opencl-mode)))

0 comments on commit bf737df

Please sign in to comment.