mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 16:22:29 +00:00
Add some Emacs keywords for CUDA
This commit is contained in:
parent
8dbfb77890
commit
897fa6ac00
2 changed files with 10 additions and 1 deletions
|
@ -9,6 +9,14 @@
|
|||
"_Pragma"
|
||||
"_Complex"))
|
||||
|
||||
(cuda
|
||||
'("__device__"
|
||||
"__forceinline__"
|
||||
"__global__"
|
||||
"__shared__"
|
||||
"__host__"
|
||||
"__constant__"))
|
||||
|
||||
(c11
|
||||
'("_Atomic"
|
||||
"alignas"
|
||||
|
@ -217,6 +225,7 @@
|
|||
)
|
||||
(concat "\\_<"
|
||||
(regexp-opt (append
|
||||
cuda
|
||||
c11
|
||||
gnu
|
||||
clang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue