Skip to content

Commit

Permalink
prevents nova from spellchecking comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Mar 27, 2021
1 parent 6d85b03 commit 452a1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Syntaxes/Liquid-HTML.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<pair open="&quot;" close="&quot;" />
<pair open="`" close="`" />
</surrounding-pairs>

<scopes spell-check="true" lookup="dictionary">
<scope name="liquid-html.comment.block" spell-check="true">
<starts-with>
Expand All @@ -74,7 +74,7 @@
</scopes>

<template-scopes>
<scope name="liquid-html.comment.block" spell-check="true">
<scope name="liquid-html.comment.block" spell-check="false">
<symbol type="tag-framework">
<context behavior="subtree" group-by-name="true" />
</symbol>
Expand All @@ -87,7 +87,7 @@
<capture number="0" name="liquid.comment.block.end" />
</ends-with>
</scope>

<scope name="liquid-html.tag.framework" spell-check="false" lookup="index">
<symbol type="tag-framework">
<context behavior="subtree" group-by-name="true" />
Expand Down

0 comments on commit 452a1c5

Please sign in to comment.