Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grammars/vhdl.cson
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@
'process_pattern':
'patterns': [
{
'begin': '(?x)\r\n\t\t\t\t\t\t# From the beginning of the line\r\n\t\t\t\t\t\t^\\s*\r\n\r\n\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t# Optional identifier $2\r\n\t\t\t\t\t\t\t([a-zA-Z][a-zA-Z0-9_]*)\r\n\r\n\t\t\t\t\t\t\t# Colon $3\r\n\t\t\t\t\t\t\t\\s*(:)\\s*\r\n\t\t\t\t\t\t)?\r\n\r\n\t\t\t\t\t\t# The word process #4\r\n\t\t\t\t\t\t((?i:process))\r\n\t\t\t\t\t'
'begin': '(?x)\r\n\t\t\t\t\t\t# From the beginning of the line\r\n\t\t\t\t\t\t^\\s*\r\n\r\n\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t# Optional identifier $2\r\n\t\t\t\t\t\t\t([a-zA-Z][a-zA-Z0-9_]*)\r\n\r\n\t\t\t\t\t\t\t# Colon $3\r\n\t\t\t\t\t\t\t\\s*(:)\\s*\r\n\t\t\t\t\t\t)?\r\n\r\n\t\t\t\t\t\t# The word process #4\r\n\t\t\t\t\t\t((?i:process))\r\n\r\n\t\t\t\t\t# followed by either whitespace or open brackets\r\n\t\t\t\t\t(?=[\\s\\(]+)'
'beginCaptures':
'2':
'name': 'entity.name.section.process.begin.vhdl'
Expand Down