aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-12-04 17:37:02 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-04 16:37:02 +0000
commit16afd8c8e9818a7bff5e460c76eabf47255caf57 (patch)
tree8de77e3c3e412c59fa05d6fadbfac3e08298a0f7 /.github
parentMerge pull request #5488 from kmk3/configure-fix-format-misc (diff)
downloadfirejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.tar.gz
firejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.tar.zst
firejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.zip
Add basic gtksourceview language-spec (#5502)
Tested with org.gnome.TextEditor. The gtksourceview language-spec hasn't changed between gtksourceview 3, 4 and 5 AFAIK so it should also work on older systems if you copy/link the file in the right places.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-extra.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index dbd896f7f..6005548bb 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -6,6 +6,7 @@ on:
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*' 7 - '.github/ISSUE_TEMPLATE/*'
8 - 'etc/**' 8 - 'etc/**'
9 - 'contrib/gtksourceview-5/**'
9 - 'contrib/vim/**' 10 - 'contrib/vim/**'
10 - 'src/man/*.txt' 11 - 'src/man/*.txt'
11 - .git-blame-ignore-revs 12 - .git-blame-ignore-revs
@@ -27,6 +28,7 @@ on:
27 paths-ignore: 28 paths-ignore:
28 - '.github/ISSUE_TEMPLATE/*' 29 - '.github/ISSUE_TEMPLATE/*'
29 - 'etc/**' 30 - 'etc/**'
31 - 'contrib/gtksourceview-5/**'
30 - 'contrib/vim/**' 32 - 'contrib/vim/**'
31 - 'src/man/*.txt' 33 - 'src/man/*.txt'
32 - .git-blame-ignore-revs 34 - .git-blame-ignore-revs
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 10ed13c99..554a0bd6b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -11,6 +11,7 @@ on:
11 paths-ignore: 11 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*' 12 - '.github/ISSUE_TEMPLATE/*'
13 - 'etc/**' 13 - 'etc/**'
14 - 'contrib/gtksourceview-5/**'
14 - 'contrib/vim/**' 15 - 'contrib/vim/**'
15 - 'src/man/*.txt' 16 - 'src/man/*.txt'
16 - .git-blame-ignore-revs 17 - .git-blame-ignore-revs
@@ -32,6 +33,7 @@ on:
32 paths-ignore: 33 paths-ignore:
33 - '.github/ISSUE_TEMPLATE/*' 34 - '.github/ISSUE_TEMPLATE/*'
34 - 'etc/**' 35 - 'etc/**'
36 - 'contrib/gtksourceview-5/**'
35 - 'contrib/vim/**' 37 - 'contrib/vim/**'
36 - 'src/man/*.txt' 38 - 'src/man/*.txt'
37 - .git-blame-ignore-revs 39 - .git-blame-ignore-revs