Commit Graph

12 Commits (master)

Author SHA1 Message Date
Jip ed51c7c00c
Also highlight TypeScript (.ts) as JavaScript
As TypeScript extends JavaScript to add types, the basics of JavaScript still apply.
This change will parse `.ts` files as if they are JavaScript files, providing basic highlighting support.
3 years ago
Dante Falzone 09d9216ff5
Fixed highlighting of inline comments in javascript.nanorc 4 years ago
Zach DeCook 97f06f6c73 * Nanorc: Copy comment syntax from nano 4.6 nanorcs 4 years ago
Ralf Brandenstein 879676489f
javascript.nanorc - highlights ending brace too 5 years ago
Huub de Beer 1cabaa8e07 Added ECMAScript 2015/6/7 keywrods and types to the two JavaScript syntac files. 7 years ago
Huub de Beer 86d6ce6dfd Added ECMAScript 2015/6/7 keywrods and types to the two JavaScript syntac files. 7 years ago
Huub de Beer 8aaecabe59 Added ECMAScript 2015/6/7 keywrods and types to the two JavaScript syntac files. 7 years ago
TSUYUSATO Kitsune dc26b2f6dd Add support for ES6 template literal 7 years ago
Jody Leonard b1c896c01c Remove black coloring for several rc's
Some of the configurations turn parentheses and or curly braces black,
which become invisible against the default nano black background color.
9 years ago
Jody Leonard b64de43467 Change tab coloring behavior for several rc's
The commit mariuszs/nanorc@e5cc8be863
introduced a number of rc files that cause tabs to always show as red
(even with trailing spaces). Adjust the behavior according to changes in
https://github.com/nanorc/nanorc/blob/master/mixins/lint.nanorc, which
seems to be an updated source of the original commit. Make tabs appear
green without trailing characters, red with trailing spaces, and
uncolored when followed by any other character.
9 years ago
Ville Pulkkinen ad3fff659d Fixed a problem where path with stars was mixed up with a comment within a text delimiter characters 10 years ago
Mariusz Smykuła e5cc8be863 More syntax files from craigbarnes/nanorc 11 years ago