aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2019-04-09 09:31:53 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2019-04-09 09:31:53 +0200
commitcee0e18ee4d96a24baba453cfdc981475944cd73 (patch)
tree1884fcaeabb32e4fbaf351af333d27f750a6760e
parente2a460de4089603ca0694b57e95ba017f6d17239 (diff)
Added vivado HLS to rules
-rw-r--r--config-desktop.h1
-rw-r--r--config-laptop.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 90159ee..9a8f664 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -75,6 +75,7 @@ static const Rule rules[] = {
{ "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 },
{ "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
{ "jetbrains-studio", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
+ { "autopilot", "autopilot", NULL, 1 << 2, False, -1 }, // unbelievable
{ "TeXstudio", "texstudio", NULL, 1 << 3, False, -1 },
{ "Abiword", "abiword", NULL, 1 << 3, False, -1 },
diff --git a/config-laptop.h b/config-laptop.h
index 4d18558..05e67ae 100644
--- a/config-laptop.h
+++ b/config-laptop.h
@@ -81,6 +81,7 @@ static const Rule rules[] = {
{ "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 },
{ "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
{ "jetbrains-studio", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
+ { "autopilot", "autopilot", NULL, 1 << 2, False, -1 }, // unbelievable
{ "TeXstudio", "texstudio", NULL, 1 << 3, False, -1 },
{ "Abiword", "abiword", NULL, 1 << 3, False, -1 },