Skip to content

Commit

Permalink
Make unix path local
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Apr 21, 2021
1 parent df97c07 commit ebe317a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="dita-ot/plugin.rnc" type="application/relax-ng-compact-syntax"?>
<plugin id="fox.jason.prismjs" version="3.2.1">
<plugin id="fox.jason.prismjs" version="3.2.2">
<feature extension="dita.conductor.lib.import" file="lib/prismjs-1.4.jar"/>
<feature extension="ant.import" file="process_prismjs.xml"/>
<!-- Ensure the plugin's error and logging messages are available -->
Expand Down
2 changes: 2 additions & 0 deletions resource/antlib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
<property name="token.id">@@@@@@${id}@@@@@@</property>
<loadfile property="outputclass" srcFile="@{dir}/${id}.txt"/>
<loadfile property="xml" srcFile="@{dir}/${id}.xml"/>

<set-short-lang outputclass="${outputclass}" property="lang"/>
<prismjs-append-lang unless:blank="${lang}" lang="${lang}" known="lang.known"/>
<prismjs if:set="lang.known"
Expand All @@ -219,6 +220,7 @@
<local name="prism.temp.dir"/>
<local name="prismjs.temp.xml"/>

<local name="prism.temp.dir.unix" />
<echo taskname="prismjs" level="verbose" message="Processing @{file}"/>

<basename property="filename" file="@{file}"/>
Expand Down

0 comments on commit ebe317a

Please sign in to comment.