mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -372,7 +372,7 @@
|
|||
"revision": "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1"
|
||||
},
|
||||
"mlir": {
|
||||
"revision": "e2053f7c8856d91bc36c87604f697784845cee69"
|
||||
"revision": "650a8fb72013ba8d169bdb458e480d640fc545c9"
|
||||
},
|
||||
"nasm": {
|
||||
"revision": "3bc691d2cfba44bea339a775ad496c8bc552c60d"
|
||||
|
|
|
|||
|
|
@ -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