diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/wmap.lang | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/wmap.lang b/resources/wmap.lang index c00d29e..e05c8d3 100644 --- a/resources/wmap.lang +++ b/resources/wmap.lang @@ -46,10 +46,10 @@ </include> </context> - <!-- Blocker pattern: [Blocker] Node --> - <context id="blocker"> + <!-- Inertia pattern: [Inertia] Node --> + <context id="inertia"> <match extended="true" case-sensitive="false"> - ^\[(Blocker)\]\s*(.+)$ + ^\[(inertia)\]\s*(.+)$ </match> <include> <context sub-pattern="1" style-ref="keyword"/> @@ -110,7 +110,7 @@ <!-- Main context --> <context id="wmap"> <include> - <context ref="blocker"/> + <context ref="inertia"/> <context ref="evolution"/> <context ref="note"/> <context ref="stage"/> |