File: emil.nedit

package info (click to toggle)
openmolcas 22.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 169,324 kB
  • sloc: fortran: 390,463; f90: 294,374; python: 11,760; ansic: 5,723; sh: 740; pascal: 460; perl: 325; javascript: 284; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!***********************************************************************
! This file is part of OpenMolcas.                                     *
!                                                                      *
! OpenMolcas is free software; you can redistribute it and/or modify   *
! it under the terms of the GNU Lesser General Public License, v. 2.1. *
! OpenMolcas is distributed in the hope that it will be useful, but it *
! is provided "as is" and without any express or implied warranties.   *
! For more details see the full text of the license in the file        *
! LICENSE or in <http://www.gnu.org/licenses/>.                        *
!***********************************************************************
nedit.highlightPatterns:\
	EMIL:1:0{\n\
		comment:"/\\*":"\\*/"::Comment::\n\
		line comment:"^[ \\t]*\\*.*$":::Comment::\n\
		command:"^[ \\t]*\\>+[ \\t]*\\w+":::Identifier1::\n\
		module:"^[ \\t]*&\\w*":::Text Key::\n\
		numeric constant:"(?<!\\Y)(?:(?:0(?:x|X)[0-9a-fA-F]*)|(?:(?:[0-9]+\\.?[0-9]*)|(?:\\.[0-9]+))(?:(?:e|E)(?:\\+|-)?[0-9]+)?)(?:L|l|UL|ul|u|U|F|f)?(?!\\Y)":::Numeric Const::D\n\
	}
nedit.languageModes:\
	EMIL:input:::::::