Streamline scopes

This commit is contained in:
Georg Ziegler 2018-06-03 04:16:44 +02:00
parent 356800f90e
commit c585064459
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Syntax Highlighting for the cc65 toolchain and 65816 support # Syntax Highlighting for the cc65 toolchain and 65816 support
scopeName: 'source.assembly.cc65-816-toolchain' scopeName: 'source.assembly.65816.cc65-816-toolchain'
name: '65816 Assembly (cc65)' # Name shown in Atom Editor grammar selection name: '65816 Assembly (cc65)' # Name shown in Atom Editor grammar selection
# File extensions associated with this grammar # File extensions associated with this grammar
fileTypes: [ fileTypes: [

View File

@ -1,6 +1,6 @@
# Syntax Highlighting for the cc65 toolchain ans 6502 support # Syntax Highlighting for the cc65 toolchain ans 6502 support
scopeName: 'source.assembly.cc65-toolchain' scopeName: 'source.assembly.6502.cc65-toolchain'
name: '6502 Assembly (cc65)' # Name shown in Atom Editor grammar selection name: '6502 Assembly (cc65)' # Name shown in Atom Editor grammar selection
# File extensions associated with this grammar # File extensions associated with this grammar
fileTypes: [ fileTypes: [

View File

@ -2,7 +2,7 @@
# Improvements: absolut addresses/numbers, equ, seg, ds, word # Improvements: absolut addresses/numbers, equ, seg, ds, word
# Not working: labels # Not working: labels
scopeName: 'source.dasm-6502' # Prevents conflicts with other architectures supported by dasm scopeName: 'source.assembly.6502.dasm-6502' # Prevents conflicts with other architectures supported by dasm
name: '6502 Assembly (DASM)' # Name shown in Atom Editor grammar selection'fileTypes': [] name: '6502 Assembly (DASM)' # Name shown in Atom Editor grammar selection'fileTypes': []
foldingStartMarker: '/\\*\\*|\\{\\s*$' foldingStartMarker: '/\\*\\*|\\{\\s*$'
foldingStopMarker: '\\*\\*/|^\\s*\\}' foldingStopMarker: '\\*\\*/|^\\s*\\}'

View File

@ -1,6 +1,6 @@
# Syntax Highlighting for the Western Design Center toolchain and 65816 support # Syntax Highlighting for the Western Design Center toolchain and 65816 support
scopeName: 'source.wdc-816-toolchain' scopeName: 'source.assembly.65816.wdc-816-toolchain'
name: '65816 Assembly (WDCTools)' # Name shown in Atom Editor grammar selection name: '65816 Assembly (WDCTools)' # Name shown in Atom Editor grammar selection
# File extensions associated with this grammar # File extensions associated with this grammar
fileTypes: [ fileTypes: [

View File

@ -1,7 +1,7 @@
# Syntax Highlighting for the Western Design Center toolchain and 6502 support # Syntax Highlighting for the Western Design Center toolchain and 6502 support
# TODO: extra addressing modes, chip point prefix, * comments # TODO: extra addressing modes, chip point prefix, * comments
scopeName: 'source.wdc-toolchain' scopeName: 'source.assembly.6502.wdc-toolchain'
name: '6502 Assembly (WDCTools)' # Name shown in Atom Editor grammar selection name: '6502 Assembly (WDCTools)' # Name shown in Atom Editor grammar selection
# File extensions associated with this grammar # File extensions associated with this grammar
fileTypes: [ fileTypes: [