davidhcefx
3465607c5a
Enhancements: Batch, HTML, JS
...
- [Batch] Fix that using "::" as comments sometimes failed
- [html] Tabs give 2 spaces by default
- [JS] Tabs give 2 spaces by default; Allow comments to be inline with code.
- [Sh] Also highlight PKGBUILD; Fix `${v%tail}` not highlighted; Use shellcheck as linter
2023-04-13 22:36:59 +08:00
davidhcefx
b5b285fbf9
Force all syntax regex to ends with $
...
- Lots of syntax regex are poorly written and did not ends with a '$',
which caused them competing with other regex rules.
2023-04-12 15:13:33 +08:00
Zach DeCook
c8e328c847
Merge remote-tracking branch 'origin/master' into morefiles
2019-12-18 15:23:01 -05:00
Zach DeCook
db98b9f1b5
* NanoRC Files: Copy linter and magic from nano 4.6 configs
2019-12-18 11:20:31 -05:00
Zach DeCook
97f06f6c73
* Nanorc: Copy comment syntax from nano 4.6 nanorcs
2019-12-18 11:13:13 -05:00
Zach DeCook
391ed68163
* Syntax Files: Detect more files for highlighting
2019-12-18 09:34:49 -05:00
Ross Smith II
c57d1f7911
Add missing builtins to sh.nanorc
...
See http://manpages.ubuntu.com/manpages/disco/man7/bash-builtins.7.html#synopsis
2019-06-05 23:40:13 -07:00
Ross Smith II
5ca686ee69
Update sh.nanord with all keyword/builtins
2019-06-05 23:27:13 -07:00
Brian Recchia
8f42c1e500
Added "revise" temporary files from composure (github.com/erichs/composure)
2017-01-03 17:07:03 -05:00
Michael Straube
74e57db6d6
Highlight whitespace
2016-06-12 18:48:32 +02:00
ThomasR
bba53c3940
Rename syntax definitions
...
Duplicate syntax definition names may cause problems.
Since nano comes with predefined all-lowercase syntax definitions,
we use uppercase letters everywhere to reduce the risk of future conflicts
2016-03-02 20:51:19 +01:00
Michael Lopez
da811ad87e
Fixed for bad regex. From justinribeiro/nanorc@449447fffe
2015-04-21 09:04:44 +02:00
Matthew Cox
6e75adacec
Add header directives for perl and ruby, make the sh header directive more flexible, add header keyword to nanorc highlighting
2014-08-02 23:25:00 +01:00
Steven Honeyman
b19f77feef
Minor improvements to sh.nanorc
...
- Removed "makefile" (it has its own highlighting)
- Added header filter to detect files without an extension
- Added .bash_functions as a "known file"
2014-06-22 00:02:33 +01:00
Anthony Scopatz
28c1a99502
Added default bash files to sh.nanorc
2012-09-25 17:20:55 -05:00
Anthony Scopatz
8e4bd01860
Added 'Makefile' to sh.nanorc.
2010-08-30 10:10:34 -05:00
Anthony Scopatz
2d2bb4ba12
First nanorc commit.
2010-07-28 17:15:43 -05:00