mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat!: drop modules, general refactor and cleanup
This commit is contained in:
parent
c13e28f894
commit
2c8f2f2fad
829 changed files with 4905 additions and 8010 deletions
1
runtime/queries/cuda/folds.scm
Normal file
1
runtime/queries/cuda/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: cpp
|
||||
13
runtime/queries/cuda/highlights.scm
Normal file
13
runtime/queries/cuda/highlights.scm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
; inherits: cpp
|
||||
|
||||
[ "<<<" ">>>" ] @punctuation.bracket
|
||||
|
||||
[
|
||||
"__host__"
|
||||
"__device__"
|
||||
"__global__"
|
||||
"__forceinline__"
|
||||
"__noinline__"
|
||||
] @storageclass
|
||||
|
||||
"__launch_bounds__" @type.qualifier
|
||||
1
runtime/queries/cuda/indents.scm
Normal file
1
runtime/queries/cuda/indents.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: cpp
|
||||
5
runtime/queries/cuda/injections.scm
Normal file
5
runtime/queries/cuda/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
((preproc_arg) @injection.content
|
||||
(#set! injection.language "cuda"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
1
runtime/queries/cuda/locals.scm
Normal file
1
runtime/queries/cuda/locals.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: cpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue