Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
f56b86c5
Commit
f56b86c5
authored
Jan 04, 2009
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trying to put a stop to bolding of parameters in VS.
parent
e4c3d1ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
data/vs.mse-game/game
data/vs.mse-game/game
+1
-1
data/vs.mse-game/script
data/vs.mse-game/script
+10
-10
No files found.
data/vs.mse-game/game
View file @
f56b86c5
...
...
@@ -5,7 +5,7 @@ installer group: VS System/game files
icon: card-back.png
position hint: 3
version: 200
8-12-03
version: 200
9-01-04
depends on:
package: vs-common.mse-include
version: 2008-09-23
...
...
data/vs.mse-game/script
View file @
f56b86c5
...
...
@@ -62,18 +62,18 @@
replace_rule(
match: "->|>>>|@|<>|•",
replace: "<sym-auto>&</sym-auto>") +
#
X#if contains(card.shape, match:"old") then symbol_filter else new_symbols
# step 7a
: Bold keywords without reminder text
replace
_rule
(
match: "<kw[^>]*>[^<]+</kw-a
>",
replace: "<b-auto>&</b-auto>
") +
# step 7b
: Bold keywords with reminder text
replace
_rule
(
match: "<kw[^>]*>[^<]+</kw-A
>",
replace: "<b-auto>&</
b-auto>") +
#
step 7: keyword parameters should not be bolded
# step 7a
: put </b> before each <param>
replace
@
(
match: "<param[^>]*
>",
replace: "</b-auto>&
") +
# step 7b
: put <b> after each </param>
replace
@
(
match: "</param[^>]*
>",
replace: "&<
b-auto>") +
# step 8 : Italic reminder text
replace_rule(
match: "[(][^)\n]*[)]?",
match: "[(][^)\n]*[)]?",
in_context: "(^|[[:space:]])<match>|<atom-keyword><match>",
replace: "<i-auto>&</i-auto>")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment