mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Added missing keywords to wat (wasm) hightlights (#4542)
added "if", "then", "else", "block", "loop", "end" and "mut" to the wat highlights.
This commit is contained in:
parent
3792d9ebb7
commit
79c7203a38
@ -1,4 +1,7 @@
|
||||
["module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"] @keyword
|
||||
[
|
||||
"module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"
|
||||
"if" "then" "else" "block" "loop" "end" "mut"
|
||||
] @keyword
|
||||
|
||||
["import" "export"] @keyword.control.import
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user