mlir: update highlights.scm, parser

This commit is contained in:
Ramkumar Ramachandra 2023-11-05 12:21:47 +00:00 committed by Christian Clason
parent bef2c24e23
commit b3d2c36254
2 changed files with 4 additions and 3 deletions

View file

@ -372,7 +372,7 @@
"revision": "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1"
},
"mlir": {
"revision": "e2053f7c8856d91bc36c87604f697784845cee69"
"revision": "650a8fb72013ba8d169bdb458e480d640fc545c9"
},
"nasm": {
"revision": "3bc691d2cfba44bea339a775ad496c8bc552c60d"

View file

@ -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)