Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tes3awy committed Jan 3, 2021
1 parent 90d5454 commit aa43ad7
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Cisco-IOS-XR
Syntax Highlighting for Cisco IOS XR Commands in NotePad++
# Cisco IOS XR Commands Syntax Highlighting

<br />

![Cisco Logo](cisco-logo.png)

<br />

After Installing [NotePad++](https://notepad-plus-plus.org/downloads/), place the `xml` file within `%AppData%\Notepad++\userDefineLangs`, and restart NotePad++.

Files with extensions `.cisco`, `.ios`, `.xr`, `.log`, and `.txt` will automatically use this UDL as their default language.

To change this behavior, edit `Cisco_IOS_XR_byOsamaAbbas.udl.xml` file at the following line, remove `txt` from `ext` property, and restart NotePad++.

```xml
<UserLang name="Cisco IOS XR" ext="cisco ios xr log txt" udlVersion="1.0">
```

> This is an enhanced version of the UDL made by LuisPisco. His UDL can be found [here](https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/UDLs/Cisco_IOS_byLuisPisco.xml).

0 comments on commit aa43ad7

Please sign in to comment.