mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Compatibility fixes for OSX. Closes scoptaz/nanorc#13
* cython.nanorc: Remove non-greedy repetition operator, as it is not supported on OSX * fish.nanorc: Remove incompatible "magic" hint * pkgbuild.nanorc: Remove empty sub-expressions
This commit is contained in:
parent
424a4587a6
commit
e2769e7661
3 changed files with 6 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
## 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 "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue