Added syntax highlighting for XML Tools #156

Merged
bema merged 33 commits from bema/func/syntax_highlight into master 2023-05-08 11:11:18 +02:00
Collaborator

Syntax highlight now should work on all tools apart from Mock Services.

Syntax highlight now should work on all tools apart from Mock Services.
bema added 14 commits 2023-04-26 13:36:28 +02:00
bema requested review from widlam 2023-04-26 13:37:38 +02:00
bema changed title from Added syntax highlighting for XML Tools to WIP: Added syntax highlighting for XML Tools 2023-04-26 13:38:42 +02:00
bema added 1 commit 2023-04-26 13:42:17 +02:00
widlam approved these changes 2023-04-26 13:53:32 +02:00
@@ -5,2 +5,4 @@
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
<link rel="stylesheet" href="../assets/css/highlight.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
Collaborator

This should be linked locally, not from the cloudflare

This should be linked locally, not from the cloudflare
@@ -7,2 +5,3 @@
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
<script src="../assets/scripts/tools/scripts.js"> </script>
<link rel="stylesheet" href="../assets/css/highlight.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
Collaborator

This should be linked locally, not from the cloudflare

This should be linked locally, not from the cloudflare
@@ -5,2 +5,4 @@
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
<link rel="stylesheet" href="../assets/css/highlight.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
Collaborator

This should be linked locally, not from the cloudflare

This should be linked locally, not from the cloudflare
@@ -5,2 +5,4 @@
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
<link rel="stylesheet" href="../assets/css/highlight.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
Collaborator

This should be linked locally, not from the cloudflare

This should be linked locally, not from the cloudflare
bema requested review from widlam 2023-04-26 13:53:48 +02:00
widlam requested changes 2023-04-26 13:55:32 +02:00
widlam left a comment
Collaborator

It's ok, remember to change import of hljs from fetching from cloudflare to store it locally

It's ok, remember to change import of hljs from fetching from cloudflare to store it locally
bema added 17 commits 2023-05-08 10:50:50 +02:00
bema added 1 commit 2023-05-08 10:57:47 +02:00
bema requested review from widlam 2023-05-08 11:09:20 +02:00
widlam approved these changes 2023-05-08 11:10:49 +02:00
widlam left a comment
Collaborator

git gut

git gut
bema changed title from WIP: Added syntax highlighting for XML Tools to Added syntax highlighting for XML Tools 2023-05-08 11:11:04 +02:00
bema merged commit c55942c24a into master 2023-05-08 11:11:18 +02:00
bema deleted branch bema/func/syntax_highlight 2023-05-08 11:11:19 +02:00
Sign in to join this conversation.
No description provided.