Skip to content

Instantly share code, notes, and snippets.

@mrsarm
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save mrsarm/9f4e23409a038aa9dfca to your computer and use it in GitHub Desktop.

Select an option

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
## 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