File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : include-list-check
2
+ on :
3
+ push :
4
+ branches : [ master ]
5
+ pull_request :
6
+ branches : [ master ]
7
+ workflow_dispatch :
8
+
9
+ jobs :
10
+ included-all :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+
15
+ - name : Run include-list-gen.sh
16
+ run : ./tool/include-list-gen.sh
17
+
18
+ - name : Check if there's no difference
19
+ run : git diff --exit-code nanorc || exit 1
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ include "~/.nano/twig.nanorc"
119
119
include " ~ /.nano/v.nanorc"
120
120
include " ~ /.nano/vala.nanorc"
121
121
include " ~ /.nano/verilog.nanorc"
122
+ include " ~ /.nano/vhdl.nanorc"
122
123
include " ~ /.nano/vi.nanorc"
123
124
include " ~ /.nano/x11basic.nanorc"
124
125
include " ~ /.nano/xml.nanorc"
Original file line number Diff line number Diff line change 1
1
# Improved Nano Syntax Highlighting Files
2
2
3
3
[ ![ shellcheck] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/shellcheck.yml/badge.svg )] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/shellcheck.yml )
4
+ [ ![ included-all] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/include-list-check.yml/badge.svg )] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/include-list-check.yml )
4
5
5
6
This repository holds `` {lang}.nanorc `` files that have improved definitions of syntax highlighting for various languages.
6
7
You can’t perform that action at this time.
0 commit comments