cshell text editor

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Is there any text editor with highighting for cshell scripts that includes code folding? (Preferable something with a less steep learning curve than vim and emacs)
I haven't been able to find anything that fits cshell scripts, many offer highlighting for bash or c scripts, but neither of that properly fits cshell scripts. I normally use Kate and Komodo which have the features I need for other scripts, but not for cshell scripts.
editors csh
add a comment |Â
up vote
0
down vote
favorite
Is there any text editor with highighting for cshell scripts that includes code folding? (Preferable something with a less steep learning curve than vim and emacs)
I haven't been able to find anything that fits cshell scripts, many offer highlighting for bash or c scripts, but neither of that properly fits cshell scripts. I normally use Kate and Komodo which have the features I need for other scripts, but not for cshell scripts.
editors csh
There's a reason for that. C Shell scripts are syntactically ambiguous. Use the C Shell for interactive work, certainly, but don't try writing scripts in it. Really. (Want ten or more reasons?)
â roaima
Jun 15 at 12:46
Unfortunately I have a huge pile of someone else's code that I have to work on which is written in cshell and can't avoid it. With C shell scripts being syntactically ambigous, is there ANY highlighting mode that would fit the best? I've only so far managed to make some sense out of choosing shell highlighting in gedit which highlights the code "sort of alright" but doesn't offer code folding.
â Layla_K
Jun 15 at 14:02
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there any text editor with highighting for cshell scripts that includes code folding? (Preferable something with a less steep learning curve than vim and emacs)
I haven't been able to find anything that fits cshell scripts, many offer highlighting for bash or c scripts, but neither of that properly fits cshell scripts. I normally use Kate and Komodo which have the features I need for other scripts, but not for cshell scripts.
editors csh
Is there any text editor with highighting for cshell scripts that includes code folding? (Preferable something with a less steep learning curve than vim and emacs)
I haven't been able to find anything that fits cshell scripts, many offer highlighting for bash or c scripts, but neither of that properly fits cshell scripts. I normally use Kate and Komodo which have the features I need for other scripts, but not for cshell scripts.
editors csh
edited Jun 15 at 10:04
Vlastimil
6,2511146116
6,2511146116
asked Jun 15 at 9:50
Layla_K
1
1
There's a reason for that. C Shell scripts are syntactically ambiguous. Use the C Shell for interactive work, certainly, but don't try writing scripts in it. Really. (Want ten or more reasons?)
â roaima
Jun 15 at 12:46
Unfortunately I have a huge pile of someone else's code that I have to work on which is written in cshell and can't avoid it. With C shell scripts being syntactically ambigous, is there ANY highlighting mode that would fit the best? I've only so far managed to make some sense out of choosing shell highlighting in gedit which highlights the code "sort of alright" but doesn't offer code folding.
â Layla_K
Jun 15 at 14:02
add a comment |Â
There's a reason for that. C Shell scripts are syntactically ambiguous. Use the C Shell for interactive work, certainly, but don't try writing scripts in it. Really. (Want ten or more reasons?)
â roaima
Jun 15 at 12:46
Unfortunately I have a huge pile of someone else's code that I have to work on which is written in cshell and can't avoid it. With C shell scripts being syntactically ambigous, is there ANY highlighting mode that would fit the best? I've only so far managed to make some sense out of choosing shell highlighting in gedit which highlights the code "sort of alright" but doesn't offer code folding.
â Layla_K
Jun 15 at 14:02
There's a reason for that. C Shell scripts are syntactically ambiguous. Use the C Shell for interactive work, certainly, but don't try writing scripts in it. Really. (Want ten or more reasons?)
â roaima
Jun 15 at 12:46
There's a reason for that. C Shell scripts are syntactically ambiguous. Use the C Shell for interactive work, certainly, but don't try writing scripts in it. Really. (Want ten or more reasons?)
â roaima
Jun 15 at 12:46
Unfortunately I have a huge pile of someone else's code that I have to work on which is written in cshell and can't avoid it. With C shell scripts being syntactically ambigous, is there ANY highlighting mode that would fit the best? I've only so far managed to make some sense out of choosing shell highlighting in gedit which highlights the code "sort of alright" but doesn't offer code folding.
â Layla_K
Jun 15 at 14:02
Unfortunately I have a huge pile of someone else's code that I have to work on which is written in cshell and can't avoid it. With C shell scripts being syntactically ambigous, is there ANY highlighting mode that would fit the best? I've only so far managed to make some sense out of choosing shell highlighting in gedit which highlights the code "sort of alright" but doesn't offer code folding.
â Layla_K
Jun 15 at 14:02
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f449970%2fcshell-text-editor%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
There's a reason for that. C Shell scripts are syntactically ambiguous. Use the C Shell for interactive work, certainly, but don't try writing scripts in it. Really. (Want ten or more reasons?)
â roaima
Jun 15 at 12:46
Unfortunately I have a huge pile of someone else's code that I have to work on which is written in cshell and can't avoid it. With C shell scripts being syntactically ambigous, is there ANY highlighting mode that would fit the best? I've only so far managed to make some sense out of choosing shell highlighting in gedit which highlights the code "sort of alright" but doesn't offer code folding.
â Layla_K
Jun 15 at 14:02