diff options
| author | Pham Huy Hoang <hoangtun0810@gmail.com> | 2024-01-05 03:19:54 +0900 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-19 16:58:37 +0100 |
| commit | edee83272efe9b597bc27e8060539cdffa3b12a8 (patch) | |
| tree | 0ee5a346d619b55c932eb87f0a4578d03d4f0116 /queries/ispc | |
| parent | feat: query formatting script (diff) | |
| download | nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.tar nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.tar.gz nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.tar.bz2 nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.tar.lz nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.tar.xz nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.tar.zst nvim-treesitter-edee83272efe9b597bc27e8060539cdffa3b12a8.zip | |
refactor: manual pre-cleanup
Moving comments, adding `format-ignore` to lines that will be better
with it
Diffstat (limited to 'queries/ispc')
| -rw-r--r-- | queries/ispc/highlights.scm | 256 |
1 files changed, 128 insertions, 128 deletions
diff --git a/queries/ispc/highlights.scm b/queries/ispc/highlights.scm index 804b6ee63..6b1d2bd96 100644 --- a/queries/ispc/highlights.scm +++ b/queries/ispc/highlights.scm @@ -92,134 +92,134 @@ ((type_identifier) @type.builtin (#lua-match? @type.builtin "^RNGState")) +; format-ignore (call_expression function: (identifier) @function.builtin (#any-of? @function.builtin - "abs" - "acos" - "all" - "alloca" - "and" - "any" - "aos_to_soa2" - "aos_to_soa3" - "aos_to_soa4" - "asin" - "assert" - "assume" - "atan" - "atan2" - "atomic_add_global" - "atomic_add_local" - "atomic_and_global" - "atomic_and_local" - "atomic_compare_exchange_global" - "atomic_compare_exchange_local" - "atomic_max_global" - "atomic_max_local" - "atomic_min_global" - "atomic_min_local" - "atomic_or_global" - "atomic_or_local" - "atomic_subtract_global" - "atomic_subtract_local" - "atomic_swap_global" - "atomic_swap_local" - "atomic_xor_global" - "atomic_xor_local" - "avg_down" - "avg_up" - "broadcast" - "ceil" - "clamp" - "clock" - "cos" - "count_leading_zeros" - "count_trailing_zeros" - "doublebits" - "exclusive_scan_add" - "exclusive_scan_and" - "exclusive_scan_or" - "exp" - "extract" - "fastmath" - "float16bits" - "floatbits" - "float_to_half" - "float_to_half_fast" - "float_to_srgb8" - "floor" - "frandom" - "frexp" - "half_to_float" - "half_to_float_fast" - "insert" - "intbits" - "invoke_sycl" - "isnan" - "ISPCAlloc" - "ISPCLaunch" - "ISPCSync" - "lanemask" - "ldexp" - "log" - "max" - "memcpy" - "memcpy64" - "memmove" - "memmove64" - "memory_barrier" - "memset" - "memset64" - "min" - "none" - "num_cores" - "or" - "packed_load_active" - "packed_store_active" - "packed_store_active2" - "packmask" - "popcnt" - "pow" - "prefetch_l1" - "prefetch_l2" - "prefetch_l3" - "prefetch_nt" - "prefetchw_l1" - "prefetchw_l2" - "prefetchw_l3" - "print" - "random" - "rcp" - "rcp_fast" - "rdrand" - "reduce_add" - "reduce_equal" - "reduce_max" - "reduce_min" - "rotate" - "round" - "rsqrt" - "rsqrt_fast" - "saturating_add" - "saturating_div" - "saturating_mul" - "saturating_sub" - "seed_rng" - "select" - "shift" - "shuffle" - "signbits" - "sign_extend" - "sin" - "sincos" - "soa_to_aos2" - "soa_to_aos3" - "soa_to_aos4" - "sqrt" - "streaming_load" - "streaming_load_uniform" - "streaming_store" - "tan" - "trunc" - )) + "abs" + "acos" + "all" + "alloca" + "and" + "any" + "aos_to_soa2" + "aos_to_soa3" + "aos_to_soa4" + "asin" + "assert" + "assume" + "atan" + "atan2" + "atomic_add_global" + "atomic_add_local" + "atomic_and_global" + "atomic_and_local" + "atomic_compare_exchange_global" + "atomic_compare_exchange_local" + "atomic_max_global" + "atomic_max_local" + "atomic_min_global" + "atomic_min_local" + "atomic_or_global" + "atomic_or_local" + "atomic_subtract_global" + "atomic_subtract_local" + "atomic_swap_global" + "atomic_swap_local" + "atomic_xor_global" + "atomic_xor_local" + "avg_down" + "avg_up" + "broadcast" + "ceil" + "clamp" + "clock" + "cos" + "count_leading_zeros" + "count_trailing_zeros" + "doublebits" + "exclusive_scan_add" + "exclusive_scan_and" + "exclusive_scan_or" + "exp" + "extract" + "fastmath" + "float16bits" + "floatbits" + "float_to_half" + "float_to_half_fast" + "float_to_srgb8" + "floor" + "frandom" + "frexp" + "half_to_float" + "half_to_float_fast" + "insert" + "intbits" + "invoke_sycl" + "isnan" + "ISPCAlloc" + "ISPCLaunch" + "ISPCSync" + "lanemask" + "ldexp" + "log" + "max" + "memcpy" + "memcpy64" + "memmove" + "memmove64" + "memory_barrier" + "memset" + "memset64" + "min" + "none" + "num_cores" + "or" + "packed_load_active" + "packed_store_active" + "packed_store_active2" + "packmask" + "popcnt" + "pow" + "prefetch_l1" + "prefetch_l2" + "prefetch_l3" + "prefetch_nt" + "prefetchw_l1" + "prefetchw_l2" + "prefetchw_l3" + "print" + "random" + "rcp" + "rcp_fast" + "rdrand" + "reduce_add" + "reduce_equal" + "reduce_max" + "reduce_min" + "rotate" + "round" + "rsqrt" + "rsqrt_fast" + "saturating_add" + "saturating_div" + "saturating_mul" + "saturating_sub" + "seed_rng" + "select" + "shift" + "shuffle" + "signbits" + "sign_extend" + "sin" + "sincos" + "soa_to_aos2" + "soa_to_aos3" + "soa_to_aos4" + "sqrt" + "streaming_load" + "streaming_load_uniform" + "streaming_store" + "tan" + "trunc")) |
