aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/ghdl.grcrules
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/vendors/ghdl.grcrules')
-rw-r--r--libraries/vendors/ghdl.grcrules15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/vendors/ghdl.grcrules b/libraries/vendors/ghdl.grcrules
new file mode 100644
index 000000000..1bc607831
--- /dev/null
+++ b/libraries/vendors/ghdl.grcrules
@@ -0,0 +1,15 @@
+# color warnings
+regexp=^.*?:\d+:\d+:warning: .*
+colours=yellow
+count=stop
+=========
+
+# color errors
+regexp=^.*?:\d+:\d+: .*
+colours=red
+count=stop
+=========
+
+# skip additional message line on Linux
+regexp=^ghdl: compilation error
+skip=yes