Last active
August 29, 2015 14:18
-
-
Save mrsarm/9f4e23409a038aa9dfca to your computer and use it in GitHub Desktop.
/usr/share/nano/ini.nanorc: rc file for .ini, .conf, .cnf and .properties files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## nanorc file for .ini and .conf files. | |
| ## | |
| syntax "ini" "(\.(ini|conf|cnf|properties)|rc)$" | |
| ## Symbols | |
| color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)" | |
| ## Strings | |
| color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" | |
| ## Comments | |
| icolor brightblue "^[[:space:]]*#.*$" | |
| icolor cyan "^[[:space:]]*##.*$" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment