# blif.nanorc # # Blif Syntax -- Blif Syntax Highlight for GNU Nano # # Copyright (C) 2006 - 2007 # Giuseppe Coviello # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Installation: # Add the row: # # include "/path/to/blif.nanorc" # # to your .nanorc syntax "blif" "\.blif$" color red "^\.[^\ ]*" icolor blue "^(\.area\ |\.area$|\.clock\ |\.clock$|\.clock_event\ |\.clock_event$|\.code\ |\.code$|\.cycle\ |\.cycle$|\.default_input_arrival\ |\.default_input_arrival$|\.default_input_drive\ |\.default_input_drive$|\.default_output_load\ |\.default_output_load$|\.default_output_required\ |\.default_output_required$|\.delay\ |\.delay$|\.end\ |\.end$|\.end_kiss\ |\.end_kiss$|\.exdc\ |\.exdc$|\.gate\ |\.gate$|\.i\ |\.i$|\.input_arrival\ |\.input_arrival$|\.input_drive\ |\.input_drive$|\.inputs\ |\.inputs$|\.latch\ |\.latch$|\.latch_order\ |\.latch_order$|\.mlatch\ |\.mlatch$|\.model\ |\.model$|\.names\ |\.names$|\.o\ |\.o$|\.output_load\ |\.output_load$|\.output_required\ |\.output_required$|\.outputs\ |\.outputs$|\.p\ |\.p$|\.r\ |\.r$|\.s\ |\.s$|\.search\ |\.search$|\.start_kiss\ |\.start_kiss$|\.subckt\ |\.subckt$|\.wire\ |\.wire$|\.wire_load_slope\ |\.wire_load_slope$)" color yellow "#[^#]*" # End Of File