about summary refs log tree commit diff stats
path: root/html/050_write.subx.html
Commit message (Expand)AuthorAgeFilesLines
* 5925Kartik Agaram2020-01-271-4/+4
* 5897 - rename comparison instructionsKartik Agaram2020-01-161-1/+1
* 5884Kartik Agaram2020-01-121-67/+44
* 5876 - address -> addrKartik Agaram2020-01-031-1/+1
* 5835Kartik Agaram2019-12-281-55/+58
* 5806Kartik Agaram2019-12-091-43/+63
* 5701Kartik Agaram2019-10-171-3/+3
* 5592 - switch register names to lowercaseKartik Agaram2019-08-261-27/+27
* 5582Kartik Agaram2019-08-251-3/+3
* 5490Kartik Agaram2019-07-271-2/+2
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+120
ght .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!--
    Thank you for contributing to ranger by opening this issue.
    Please check through this list, so you can be as helpful as possible:

    1. Was this issue already reported?  Please do a quick search.
    2. Maybe the problem is solved in the current master branch already?
       Simply clone ranger's git repository and run ./ranger.py to find out.
    3. Provide all the relevant information, as outlined in this template.
       Feel free to remove any sections you don't need.
-->

#### Runtime Environment
<!-- Retrieve Python/ranger version and locale with `ranger --version` -->
- Operating system and version: 
- Terminal emulator and version: 
- Python version: 
- Ranger version/commit: 
- Locale: 

#### Current Behavior

#### Expected Behavior

#### Context
<!-- How has this issue affected you?  What are you trying to accomplish? -->

#### Possible Solutions

#### Steps to reproduce
1. 
2. 
3. 

#### Traceback
<!-- If ranger crashes, paste the traceback in the quotes below. -->
```

```