lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

Comments (C++).tmPreferences (1068B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <plist version="1.0">
      3 <dict>
      4 	<key>name</key>
      5 	<string>Comments</string>
      6 	<key>scope</key>
      7 	<string>source.c, source.c++, source.objc, source.objc++</string>
      8 	<key>settings</key>
      9 	<dict>
     10 		<key>shellVariables</key>
     11 		<array>
     12 			<dict>
     13 				<key>name</key>
     14 				<string>TM_COMMENT_START</string>
     15 				<key>value</key>
     16 				<string>// </string>
     17 			</dict>
     18 			<dict>
     19 				<key>name</key>
     20 				<string>TM_COMMENT_START_2</string>
     21 				<key>value</key>
     22 				<string>/*</string>
     23 			</dict>
     24 			<dict>
     25 				<key>name</key>
     26 				<string>TM_COMMENT_END_2</string>
     27 				<key>value</key>
     28 				<string>*/</string>
     29 			</dict>
     30 			<dict>
     31 				<key>name</key>
     32 				<string>TM_COMMENT_DISABLE_INDENT_2</string>
     33 				<key>value</key>
     34 				<string>yes</string>
     35 			</dict>
     36 			<dict>
     37 				<key>name</key>
     38 				<string>TM_COMMENT_START_3</string>
     39 				<key>value</key>
     40 				<string>/// </string>
     41 			</dict>
     42 			<dict>
     43 				<key>name</key>
     44 				<string>TM_COMMENT_START_4</string>
     45 				<key>value</key>
     46 				<string>//! </string>
     47 			</dict>
     48 		</array>
     49 	</dict>
     50 </dict>
     51 </plist>