summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-11 10:14:18 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-11 11:08:08 +0100
commitb68c038db8078b3afc4086e72efb830b430fbc26 (patch)
tree3b1c4457994b265844bd88917f23420c9385800d
parent1117d2f9cb179b4f171c55b113cff94fb87ee290 (diff)
Update link to new issue
-rwxr-xr-xassets/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/create.sh b/assets/create.sh
index 8b35f887..f2cacd67 100755
--- a/assets/create.sh
+++ b/assets/create.sh
@@ -6,7 +6,7 @@ ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bat cache --clear
# TODO: Remove this (and the reverse part below) when
-# https://github.com/trishume/syntect/issues/160 has been fixed
+# https://github.com/trishume/syntect/issues/222 has been fixed
JAVADOC_FILE="${ASSET_DIR}/syntaxes/Packages/Java/JavaDoc.sublime-syntax"
JAVADOC_PATCH="${ASSET_DIR}/JavaDoc.sublime-syntax.patch"
patch "$JAVADOC_FILE" "$JAVADOC_PATCH"