mirror of
https://github.com/scopatz/nanorc
synced 2024-11-21 16:15:40 +01:00
Nano Syntax Highlighting for Fish Shelll
This commit is contained in:
parent
9434b5d98e
commit
fd2e2845de
15
fish.nanorc
Normal file
15
fish.nanorc
Normal file
@ -0,0 +1,15 @@
|
||||
## Here is an example for Fish shell scripts.
|
||||
##
|
||||
syntax "fish" "\.fish$"
|
||||
magic "(Fish.*) shell script text"
|
||||
icolor brightgreen "^[0-9A-Z_]+\(\)"
|
||||
color green "\<(alias|begin|break|case|continue|contains|else|end|for|function|if|math|return|set|switch|test|while)\>"
|
||||
color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
|
||||
color green "\<(and|isatty|not|or|in)\>"
|
||||
color yellow "--[a-z-]+"
|
||||
color brightmagenta "\ -[a-z]+"
|
||||
color brightblue "\<(bg|bind|block|breakpoint|builtin|cd|command|commandline|complete|dirh|dirs|echo|emit|eval|exec|exit|fg|fish|fish_config|fish_ident|fish_pager|fish_prompt|fish_right_prompt|fish_update_completions|fishd|funced|funcsave|functions|help|history|jobs|mimedb|nextd|open|popd|prevd|psub|pushd|pwd|random|read|set_color|status|trap|type|ulimit|umask|vared)\>"
|
||||
icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
|
||||
color cyan "(^|[[:space:]])#.*$"
|
||||
color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
|
||||
color ,green "[[:space:]]+$"
|
Loading…
Reference in New Issue
Block a user