You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// nsID get highlight groups for namespace ns_id [Namespaces]. Use 0 to get global highlight groups |:highlight|.
1089
+
//
1090
+
// opts dict:
1091
+
//
1092
+
// name
1093
+
//
1094
+
// Get a highlight definition by name.
1095
+
//
1096
+
// id
1097
+
//
1098
+
// Get a highlight definition by id.
1099
+
//
1100
+
// link
1101
+
//
1102
+
// Show linked group name instead of effective definition.
1103
+
//
1104
+
// The returned HLAttrs highlight groups as a map from group name to a highlight definition map as in SetHighlight, or only a single highlight definition map if requested by name or id.
0 commit comments