mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
d6b0d40a19
commit
16afd8c8e9
5 changed files with 77 additions and 0 deletions
2
.github/workflows/build-extra.yml
vendored
2
.github/workflows/build-extra.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- 'etc/**'
|
||||
- 'contrib/gtksourceview-5/**'
|
||||
- 'contrib/vim/**'
|
||||
- 'src/man/*.txt'
|
||||
- .git-blame-ignore-revs
|
||||
|
|
@ -27,6 +28,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- 'etc/**'
|
||||
- 'contrib/gtksourceview-5/**'
|
||||
- 'contrib/vim/**'
|
||||
- 'src/man/*.txt'
|
||||
- .git-blame-ignore-revs
|
||||
|
|
|
|||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- 'etc/**'
|
||||
- 'contrib/gtksourceview-5/**'
|
||||
- 'contrib/vim/**'
|
||||
- 'src/man/*.txt'
|
||||
- .git-blame-ignore-revs
|
||||
|
|
@ -32,6 +33,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- 'etc/**'
|
||||
- 'contrib/gtksourceview-5/**'
|
||||
- 'contrib/vim/**'
|
||||
- 'src/man/*.txt'
|
||||
- .git-blame-ignore-revs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue