From 16afd8c8e9818a7bff5e460c76eabf47255caf57 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 4 Dec 2022 17:37:02 +0100 Subject: 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. --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/codeql-analysis.yml') 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: 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 -- cgit v1.2.3-54-g00ecf