File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 99 "foldingStopMarker" : " (?<!\\ *)\\ *\\ */|^\\ s*\\ }" ,
1010 "keyEquivalent" : " ^~C" ,
1111 "name" : " CUDA C++" ,
12+ "scopeName" : " source.cuda-c++" ,
1213 "patterns" : [
1314 {
1415 "include" : " source.c++"
9596 },
9697 {
9798 "comment" : " B.18 DYNAMIC GLOBAL MEMORY ALLOCATION AND OPERATIONS" ,
98- "match" : " \\ (malloc|free|memcpy|memset)\\ b" ,
99+ "match" : " \\ b (malloc|free|memcpy|memset)\\ b" ,
99100 "name" : " support.function.cuda-c++"
100101 },
101102 {
Original file line number Diff line number Diff line change 159159 <key >comment </key >
160160 <string >B.18 DYNAMIC GLOBAL MEMORY ALLOCATION AND OPERATIONS </string >
161161 <key >match </key >
162- <string >\(malloc|free|memcpy|memset)\b </string >
162+ <string >\b (malloc|free|memcpy|memset)\b </string >
163163 <key >name </key >
164164 <string >support.function.cuda-c++ </string >
165165 </dict >
215215 </array >
216216 <key >repository </key >
217217 <dict />
218+ <key >scopeName </key >
219+ <string >source.cuda-c++ </string >
218220 <key >uuid </key >
219221 <string >e498cb33-bf6f-487b-8c77-02576bcb76dc </string >
220222</dict >
You can’t perform that action at this time.
0 commit comments