Skip to content

Commit

Permalink
Add ln-out function higlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintwhite committed Jun 6, 2015
1 parent 5de512c commit 6a7f3af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/kitchen-sink/docs/maze.mz
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## %U <> %D *2 %L IZ .. ##
## ## ## .. ## DN *3 ## ##
## ## ## %R C1 IZ () ## ##
## ## ## ## >> *1
## ## ## ## >/ *1
## () *3 *1 %L ()


Expand Down
4 changes: 4 additions & 0 deletions lib/ace/mode/maze_highlight_rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ var MazeHighlightRules = function() {
token: "support.function",
regex: />>/,
comment: "Out"
}, {
token: "support.function",
regex: />\//,
comment: "Ln Out"
}, {
token: "support.function",
regex: /<</,
Expand Down

0 comments on commit 6a7f3af

Please sign in to comment.