mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
mlir: update highlights.scm, parser
This commit is contained in:
parent
bef2c24e23
commit
b3d2c36254
2 changed files with 4 additions and 3 deletions
|
|
@ -84,8 +84,8 @@
|
|||
"arith.addui_extended"
|
||||
"arith.addf"
|
||||
"arith.divf"
|
||||
"arith.maxf"
|
||||
"arith.minf"
|
||||
"arith.maximumf"
|
||||
"arith.minimumf"
|
||||
"arith.mulf"
|
||||
"arith.remf"
|
||||
"arith.subf"
|
||||
|
|
@ -324,6 +324,7 @@
|
|||
"->"
|
||||
] @operator
|
||||
|
||||
(builtin_dialect name: (symbol_ref_id) @function)
|
||||
(func_dialect name: (symbol_ref_id) @function)
|
||||
(llvm_dialect name: (symbol_ref_id) @function)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue