mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
9 lines
369 B
Text
9 lines
369 B
Text
|
kodespel (spell-checker for source code)
|
||
|
|
||
|
kodespel is a spellchecker for source code. kodespel's nifty trick
|
||
|
is that it knows how to split common programming identifiers like
|
||
|
'getAllStuff' or 'DoThingsNow' or 'num_objects' or 'HTTPResponse' into
|
||
|
words, feed those to ispell, and interpret ispell's output.
|
||
|
|
||
|
See also: codespell (same concept, different implementation).
|